Data.Bind.ObjectScope.TBindFieldDefClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindFieldDefClass = class of TBindFieldDef;

C++

typedef System::TMetaClass* TBindFieldDefClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

TBindFieldDefClass defines the metaclass for TBindFieldDef.

TBindFieldDefClass is the metaclass for TBindFieldDef. Its value is the class reference for TBindFieldDef or for one of its descendants.

See Also