RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.Create Constructor

Creates an instance of TDimensionItems.

Pascal
constructor Create(Owner: TPersistent; ItemClass: TDimensionItemClass);
C++
__fastcall TDimensionItems(TPersistent * Owner, TDimensionItemClass ItemClass);

Applications should not need to call the constructor of TDimensionItems. TCustomDataStore objects create TDimensionItems objects to implement their DimensionMap property. 

 

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