Data.Bind.ObjectScope.TBindFieldDefWithChildren

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBindFieldDefWithChildren

Delphi

TBindFieldDefWithChildren = class(TBindFieldDef)

C++

class PASCALIMPLEMENTATION TBindFieldDefWithChildren : public TBindFieldDef

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.

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