Data.Bind.Components.TCustomBindPosition.SetControlComponent

Aus RAD Studio API Documentation
Version vom 17. Oktober 2011, 19:14 Uhr von PyBot (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{#lst:API:Data.Bind.Components.TCustomBindPosition.SetControlComponent|api}} ==Beschreibung== {{#lsth:API:Data.Bind.Components.TCustomBindPosition.SetControlComp...“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Delphi

procedure SetControlComponent(const Value: TComponent); override;

C++

virtual void __fastcall SetControlComponent(System::Classes::TComponent* const Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindPosition

Beschreibung

Als protected deklarierte Setter-Implementierung für die Eigenschaft ControlComponent.

Data.Bind.Components.TCustomBindPosition.SetControlComponent erbt von Data.Bind.Components.TCommonBindComponent.SetControlComponent. Der folgende Inhalt bezieht sich auf Data.Bind.Components.TCommonBindComponent.SetControlComponent.

Als protected deklarierte Setter-Implementierung für die Eigenschaft ControlComponent.

Siehe auch