API:System.TypInfo.TPropInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TPropInfo = packed record
    PropType: PPTypeInfo;
    GetProc: Pointer;
    SetProc: Pointer;
    StoredProc: Pointer;
    Index: Integer;
    Default: Integer;
    NameIndex: SmallInt;
    Name: TSymbolName;
    function NameFld: TTypeInfoFieldAccessor; inline;
    function Tail: PPropInfo; inline;
  end;

C++

struct DECLSPEC_DRECORD TPropInfo
{
public:
    PTypeInfo *PropType;
    void *GetProc;
    void *SetProc;
    void *StoredProc;
    int Index;
    int Default;
    short NameIndex;
    TSymbolName Name;
    TTypeInfoFieldAccessor __fastcall NameFld();
    PPropInfo __fastcall Tail();
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.