Vcl.WinXCtrls.TRelativePanelControlCollection.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(AControl: TControl): Integer;

C++

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

Properties

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

Description

Gets an index of the TRelativePanelControlItem instance that is associated with the specified TControl.

Use this method to get the index of the TRelativePanelControlItem instance that is associated with the specified TControl.

See Also