System.Classes.UnregisterFindGlobalComponentProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterFindGlobalComponentProc(TFindGlobalComponent AFindGlobalComponent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Used for unregistering component finding functions.

UnregisterFindGlobalComponentProc is used for unregistering functions that the FindGlobalComponent routine used for form linking.

See Also