Data.Bind.Components.RegisterBoundComponentsProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RegisterBoundComponentsProc: procedure (const AClasses: array of TComponentClass; AFlags: TBoundComponentOptions) = nil;

C++

extern DELPHI_PACKAGE void __fastcall (*RegisterBoundComponentsProc)(System::Classes::TComponentClass const *AClasses, const int AClasses_High, TBoundComponentOptions AFlags);

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.

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

See Also