|
RAD Studio VCL Reference
|
Creates and initializes a TCollectionItem instance.
constructor Create(Collection: TCollection); override;
virtual __fastcall TCellItem(TCollection Collection);
Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.
Collection identifies the TCollection instance to which the new item belongs.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|