Data.Bind.ObjectScope.TBindFieldDefWithChildren

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBindFieldDefWithChildren
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindFieldDefWithChildren = class(TBindFieldDef)

C++

class PASCALIMPLEMENTATION TBindFieldDefWithChildren : public TBindFieldDef

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