System.SysUtils.TGuidHelper

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGUIDHelper = record helper for TGUID

C++

struct TGUIDHelper {
  static TGUID __fastcall Create(const System::Sysutils::TBytes B, System::Types::TEndian DataEndian);
  static TGUID __fastcall Create(const System::Sysutils::TBytes B, unsigned AStartIndex, System::Types::TEndian DataEndian);
  static TGUID __fastcall Create(const System::UnicodeString S);
  static TGUID __fastcall Create(int A, short B, short C, const System::Sysutils::TBytes D);
  static TGUID __fastcall Create(int A, short B, short C, System::Byte D, System::Byte E, System::Byte F, System::Byte G, System::Byte H, System::Byte I, System::Byte J, System::Byte K);
  static TGUID __fastcall Create(const void *Data, System::Types::TEndian DataEndian);
  static TGUID __fastcall Create(unsigned A, System::Word B, System::Word C, System::Byte D, System::Byte E, System::Byte F, System::Byte G, System::Byte H, System::Byte I, System::Byte J, System::Byte K);
  static TGUID __fastcall NewGuid();
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
helper
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Hilfstyp für TGUID.

TGuidHelper stellt mehrere Methoden zum Erstellen und Konvertieren von TGUID-Objekten bereit.

Siehe auch