System.TypInfo.TTypeInfoFieldAccessor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTypeInfoFieldAccessor = record

C++

struct DECLSPEC_DRECORD TTypeInfoFieldAccessor
{
private:
    System::Byte *FData;
public:
    void __fastcall SetData(const System::PByte Data);
#ifndef _WIN64
    static bool __fastcall _op_Equality(const TTypeInfoFieldAccessor Left, const TTypeInfoFieldAccessor Right);
#else /* _WIN64 */
    static bool __fastcall _op_Equality(const TTypeInfoFieldAccessor &Left, const TTypeInfoFieldAccessor &Right);
#endif /* _WIN64 */
    int __fastcall UTF8Length();
    System::UnicodeString __fastcall ToString();
    bool __fastcall HasName(const System::UnicodeString AName);
    System::ShortString __fastcall ToShortUTF8String();
#ifndef _WIN64
    System::DynamicArray<System::Byte> __fastcall ToByteArray();
#else /* _WIN64 */
    System::TArray__1<System::Byte> __fastcall ToByteArray();
#endif /* _WIN64 */
    System::PByte __fastcall Tail();
#ifndef _WIN64
    friend bool operator ==(const TTypeInfoFieldAccessor Left, const TTypeInfoFieldAccessor Right) { return TTypeInfoFieldAccessor::_op_Equality(Left, Right); }
#else /* _WIN64 */
    friend bool operator ==(const TTypeInfoFieldAccessor &Left, const TTypeInfoFieldAccessor &Right) { return TTypeInfoFieldAccessor::_op_Equality(Left, Right); }
#endif /* _WIN64 */
};

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.