FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelReport.DesignDataModule Method

Component containing the databases used for the report.

Pascal
function DesignDataModule: TComponent; override;
C++
virtual __fastcall TComponent * DesignDataModule();

This returns the DataModule or Form containing the TQuery/TTables FlexCel is going to use to create the report. 

It is Read-Only; if you want to modify this value, use the DataModule property. 

 

Even when the name says "DataModule", and even when it usually is, this property can really point to any component.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!