Anzeigen: Delphi
C++
Anzeigeeinstellungen
Data.Bind.Components.CreateBindComponent
Aus XE2 API Documentation
Delphi
function CreateBindComponent(AOwner: TComponent; ABindCompClass: TContainedBindCompClass): TContainedBindComponent;
C++
extern 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.