Vcl.ExtCtrls.TControlCollection.GetControlItem

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

Delphi

function GetControlItem(AColumn, ARow: Integer): TControlItem;

C++

TControlItem* __fastcall GetControlItem(int AColumn, int ARow);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

説明

指定された Row プロパティおよび Column プロパティを持つコレクションの、先頭のコントロール項目を返します。

GetControlItem は、ControlItems プロパティの protected な読み取りの実装です。

関連項目