API:Data.Bind.ObjectScope.TGeneratorFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindFieldDefsSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTGeneratorFieldDefs
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TGeneratorFieldDefs = class(TBindFieldDefs)

C++

class PASCALIMPLEMENTATION TGeneratorFieldDefs : public TBindFieldDefs

Description

Is a collection of fields in a LiveBindings data source.

Data.Bind.ObjectScope.TGeneratorFieldDefs inherits from Data.Bind.ObjectScope.TBindFieldDefs. All content below this line refers to Data.Bind.ObjectScope.TBindFieldDefs.

Is a collection of fields in a LiveBindings data source.

The items in the TBindFieldDefs collection are of type TBindFieldDef.

See Also