API:System.TypInfo.TPropDataEx

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TPropDataEx = packed record
    PropCount: Word;
    PropList: record end;
   {PropList: array[1..PropCount] of TPropInfoEx}
  end;

C++

struct DECLSPEC_DRECORD TPropDataEx
{
private:
    struct DECLSPEC_DRECORD _TPropDataEx__1
    {
    };
public:
    System::Word PropCount;
    _TPropDataEx__1 PropList;
};

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.