System.SysUtils.TGuidHelper

De RAD Studio API Documentation
Aller à : navigation, rechercher

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();
};

Propriétés

Type Visibilité  Source Unité  Parent
helper
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Type d'assistance pour TGUID.

TGuidHelper fournit plusieurs méthodes de création et de conversion de TGUIDs.

Voir aussi