Vcl.WinXCtrls.TRelativePanelControlCollection.Controls

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Controls[Index: Integer]: TControl read GetControl write SetControl;

C++

__property Vcl::Controls::TControl* Controls[int Index] = {read=GetControl, write=SetControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection


Beschreibung

Stellt den Zugriff auf eine bestimmte TControl-Instanz bereit.

Controls ist eine Array-Eigenschaft, die den Zugriff die TControl-Komponente bereitstellt, die vom zugehörigen Steuerelement verwaltet wird.

Siehe auch