System.Win.ComObj.CreateClassID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateClassID: string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall CreateClassID(void);

Properties

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

Description

CreateClassID generates a new GUID and returns it as a string.

Use CreateClassID to create a new GUID and access it as a string. A Delphi demo of the CreateClassID function is available in the Demos area.

See Also