Data.Bind.ObjectScope.TBindFieldDefsClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindFieldDefsClass = class of TBindFieldDefs;

C++

typedef System::TMetaClass* TBindFieldDefsClass;

Description

TBindFieldDefsClass defines the metaclass for TBindFieldDefs.

TBindFieldDefsClass is the metaclass for TBindFieldDefs. Its value is the class reference for TBindFieldDefs or for one of its descendants.

See Also