Vcl.WinXCtrls.TCustomRelativePanel.GetControlIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetControlIndex(AControl: TControl): Integer;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


説明

ControlCollection 内の指定された AControl のインデックスを返します。

関連項目