FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.Adapter Property

Adapter this component will use to create the file.

Pascal
property Adapter: TExcelAdapter;
C++
__property TExcelAdapter Adapter;

To use a FlexCelReport you need to drop a TXLSAdapter into the Datamodule, and then set this property to point to it. The adapter is the component that handles the actual file creation, and you need just one on the Datamodule for all the FlexCelReport components.

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