Data.Bind.Components.RegisterBindCompDesignerProc

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: variable
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

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

C++

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

Description

For internal use only.

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

See Also