System.Classes.TIsUniqueGlobalComponentName

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

C++

typedef bool __fastcall (*TIsUniqueGlobalComponentName)(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
typedef public System.Classes.hpp System.Classes System.Classes

説明

TIsUniqueGlobalComponentName は、IsUniqueGlobalComponentName によって使用される関数の型です。

TIsUniqueGlobalComponentName は、IsUniqueGlobalComponentName によって使用される関数の型キャストです。

IsUniqueGlobalComponentName は、与えられたコンポーネント名が、フォーム、データ モジュール、その他の最上位レベルのコンテナ コンポーネント上の任意のコンポーネントで既に使われているかどうかを判断するために使用されます。

関連項目