Data.Bind.Components.CreateBindCompProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CreateBindCompProc: function (AOwner: TComponent; BindCompClass: TContainedBindCompClass): TContainedBindComponent = nil;

C++

extern DELPHI_PACKAGE TContainedBindComponent* __fastcall (*CreateBindCompProc)(System::Classes::TComponent* AOwner, TContainedBindCompClass BindCompClass);

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.

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

See Also