Vcl.Controls.TControlListItem
Delphi
TControlListItem = record
Control: TControl;
Parent: TWinControl;
end;
C++
struct DECLSPEC_DRECORD TControlListItem
{
public:
TControl* Control;
TWinControl* Parent;
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
説明
TControlListItem は、コントロール リストで使用される項目を表します。
次の表は、TControlListItem のフィールドの一覧です:
| フィールド | 意味 |
|---|---|
|
Control |
コントロール リスト内のコントロール |
|
Parent |
コントロールの親 |