System.SysUtils.TGUIDHelper
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();
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
helper class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。