Data.Bind.ObjectScope.TBindSourceAdapterFieldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindSourceAdapterFieldType = record

C++

struct DECLSPEC_DRECORD TBindSourceAdapterFieldType
{
private:
    System::TTypeKind FTypeKind;
    System::UnicodeString FTypeName;
public:
    __fastcall TBindSourceAdapterFieldType(const System::UnicodeString ATypeName, System::TTypeKind ATypeKind);
    __property System::TTypeKind TypeKind = {read=FTypeKind};
    __property System::UnicodeString TypeName = {read=FTypeName};
    TBindSourceAdapterFieldType() {}
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Is a record that holds type information (RTTI) about an adapter field.

See Also