Data.Bind.ObjectScope.TBindSourceAdapterFieldType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBindSourceAdapterFieldType = record

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


Beschreibung

Ist ein Record, der die Typinformationen (RTTI) für ein Adapterfeld enthält.

Siehe auch