System.Classes.RegisterFindGlobalComponentProc

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

Delphi

procedure RegisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);

C++

extern DELPHI_PACKAGE void __fastcall RegisterFindGlobalComponentProc(TFindGlobalComponent AFindGlobalComponent);

プロパティ

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

説明

関数を検索しているコンポーネントを登録するために使用します。

RegisterFindGlobalComponentProc は、フォーム リンクのために FindGlobalComponent が使用する関数を登録します。

Forms ユニットは、RegisterFindGlobalComponentProc を使用して、関数を検索しているグローバル コンポーネントを登録します。

関連項目