Vcl.WinXCtrls.TCustomRelativePanel.GetControlIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlIndex(AControl: TControl): Integer;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel

Description

Returns the index of the specified AControl in the ControlCollection.

See Also