API:Data.Bind.ObjectScope.TGeneratorFieldDef
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: Data.Bind.ObjectScope | |
Delphi
TGeneratorFieldDef = class(TBindFieldDefWithChildren)
C++
class PASCALIMPLEMENTATION TGeneratorFieldDef : public TBindFieldDefWithChildren
Description
Is a collection of bindable field definitions that represent the physical fields underlying a dataset, and also contains a list of child field definitions.
Data.Bind.ObjectScope.TGeneratorFieldDef inherits from Data.Bind.ObjectScope.TBindFieldDefWithChildren. All content below this line refers to Data.Bind.ObjectScope.TBindFieldDefWithChildren.
Is a collection of bindable field definitions that represent the physical fields underlying a dataset, and also contains a list of child field definitions.
TBindFieldDefWithChildren extends TBindFieldDefs by adding a list of children that are also field definitions.
The items in the TBindFieldDefs collection are of type TBindFieldDef. For more information regarding field definitions, see TFieldDefs.