Vcl.ExtCtrls.TControlCollection.GetControl

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

Delphi

function GetControl(AColumn, ARow: Integer): TControl;

C++

Vcl::Controls::TControl* __fastcall GetControl(int AColumn, int ARow);

プロパティ

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

説明

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

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

関連項目