API:Data.Bind.ObjectScope.TGeneratorFieldDef

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefWithChildrenData.Bind.ObjectScope.TBindFieldDefSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTGeneratorFieldDef

Delphi

TGeneratorFieldDef = class(TBindFieldDefWithChildren)

C++

class PASCALIMPLEMENTATION TGeneratorFieldDef : public TBindFieldDefWithChildren

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

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.

See Also