API:Data.Bind.ObjectScope.TBindSourceAdapterFieldType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !