Data.Bind.ObjectScope.TBindSourceAdapterFieldType

提供: RAD Studio API Documentation
移動先: 案内検索

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() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


説明

アダプタ フィールドについての型情報(RTTI)を保有するレコード。

関連項目