System.Win.ComObj.GUIDToString

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

Delphi

function GUIDToString(const ClassID: TGUID): string;

C++

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

プロパティ

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

説明

指定されたグローバル一意識別子(GUID)の文字列表現を返します。


関連項目