System.Win.ComObj.StringToGUID

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

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)を返します。


関連項目