Open main menu

RAD Studio API Documentation β

Data.Bind.ObjectScope.TBindFieldDefs

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTBindFieldDefs

Delphi

TBindFieldDefs = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TBindFieldDefs : public System::Classes::TOwnedCollection

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 fields in a LiveBindings data source.

The items in the TBindFieldDefs collection are of type TBindFieldDef.

See Also