Vcl.WinXCtrls.TCustomRelativePanel.GetControlIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetControlIndex(AControl: TControl): Integer;

C++

int __fastcall GetControlIndex(Vcl::Controls::TControl* AControl);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


Beschreibung

Gibt den Index des angegebenen AControl in der ControlCollection zurück.

Siehe auch