Data.Bind.Components.CreateBindComponent
Delphi
function CreateBindComponent(AOwner: TComponent; ABindCompClass: TContainedBindCompClass): TContainedBindComponent;
C++
extern DELPHI_PACKAGE TContainedBindComponent* __fastcall CreateBindComponent(System::Classes::TComponent* AOwner, TContainedBindCompClass ABindCompClass);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Used internally at design time by the Binding Expression Editor to create the binding components.
CreateBindComponent is used internally at design time by the Binding Expression Editor to create binding components such as TBindExpression, TBindExprItems, TBindList, and so on.