Data.Bind.Components.RegisterBindCompDesignerProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RegisterBindCompDesignerProc: procedure (AClass: TContainedBindCompClass; ADesigner: IBindCompDesigner) = nil;

C++

extern DELPHI_PACKAGE void __fastcall (*RegisterBindCompDesignerProc)(TContainedBindCompClass AClass, _di_IBindCompDesigner ADesigner);

Properties

Type Visibility Source Unit Parent
variable public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

For internal use only.

RegisterBindCompDesignerProc is a variable for internal use only. Do not use RegisterBindCompDesignerProc in applications.

See Also