|
FlexCel Studio for VCL/LCL
|
Base class for all specialized TFlexCelReport descendants.
TCustomFlexCelReport = class(TComponent);
class TCustomFlexCelReport : public TComponent;
This class implements the code functionality needed for a FlexCel Report, without any specifics like the Data access layer, so their children can implement it as they want.
Its descendants include TFlexCelReport and TFlexCelReportNoDB. The first one uses a standard TDataSet data layer, while the second uses a "no db" layer.
Do not create instances of TCustomFlexCelReport. Use it as a base to derive your own components, or use the derived components supplied.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|