System.Win.ComObj.StringToGUID

提供: RAD Studio API Documentation
2014年2月17日 (月) 17:36時点におけるL10nBot (トーク | 投稿記録)による版 (Sync categories with English)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function StringToGUID(const S: string): TGUID;

C++

extern DELPHI_PACKAGE GUID __fastcall StringToGUID(const System::UnicodeString S);

プロパティ

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

説明

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


関連項目