System.Win.ComObj.CreateClassID

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

Delphi

function CreateClassID: string;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

説明

CreateClassID は,新しい GUID を生成し,文字列として返します。

CreateClassID を使用すると,新しい GUID を作成し,その GUIID を文字列としてアクセスできます。Demos 領域に CreateClassID 関数の Delphi のデモがあります。

関連項目