System.Classes.UnregisterFindGlobalComponentProc

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

Delphi

procedure UnregisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterFindGlobalComponentProc(TFindGlobalComponent AFindGlobalComponent);

プロパティ

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

説明

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

UnregisterFindGlobalComponentProc は、FindGlobalComponent ルーチンがフォーム リンクに使用した関数を登録解除するために使用します。

関連項目