System.SysUtils.TGuidHelper

提供: RAD Studio API Documentation
移動先: 案内検索

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

説明

TGUID のヘルパ型です。

TGuidHelper には、TGUID の作成と変換に使用するメソッドがいくつか用意されています。

関連項目