Data.Bind.Components.CreateBindComponent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateBindComponent(AOwner: TComponent; ABindCompClass: TContainedBindCompClass): TContainedBindComponent;

C++

extern DELPHI_PACKAGE TContainedBindComponent* __fastcall CreateBindComponent(System::Classes::TComponent* AOwner, TContainedBindCompClass ABindCompClass);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Beschreibung

Wird intern zur Entwurfszeit von dem Editor für Bindungsausdrücke verwendet, um die Bindungskomponenten zu erstellen.

CreateBindComponent wird intern zur Entwurfszeit von dem Editor für Bindungsausdrücke zum Erstellen von Bindungskomponenten (wie z.B. TBindExpression, TBindExprItems, TBindList usw.) verwendet.

Siehe auch