|
RAD Studio VCL Reference
|
TNamedItem is the base class for definitions used by datasets.
TNamedItem = class(TCollectionItem);
class TNamedItem : public TCollectionItem;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|