RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNamedItem Class

TNamedItem is the base class for definitions used by datasets.

Pascal
TNamedItem = class(TCollectionItem);
C++
class TNamedItem : public TCollectionItem;

DB

Use TNamedItem as a base class when defining a class for definitions that are maintained in a collection by a dataset. Sets of TNamedItem objects are maintained by a descendant of TDefCollection that is specific to the type of object defined. 

Definition objects are used by datasets to specify the properties of database entities such as fields or indexes. 

 

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