Vcl.ExtCtrls.TControlCollection.GetControl
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 な読み取りの実装です。