System.Win.ComObj.GUIDToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GUIDToString(const ClassID: TGUID): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GUIDToString(const GUID &ClassID);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Returns a string representation of the specified global unique identifier (GUID).

See Also