RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.Create Constructor

Creates an instance of TCustomDataStore.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomDataStore(TComponent * AOwner);

Create allocates the helper objects used by the crosstabulated data store to manage the dimension map and the crosstabulated data. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!