Vcl.ControlList.TControlList

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

Vcl.ControlList.TCustomControlListVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTControlList

Delphi

TControlList = class(TCustomControlList)

C++

class PASCALIMPLEMENTATION TControlList : public TCustomControlList

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList Vcl.ControlList


説明

TControlList は高パフォーマンスな可視化されたリスト コントロールで、非常に長いリストなどに使用します。

TControlList により、TGraphicControl の継承クラスを使用して、リストの要素の 1 つを設計することで、コンテンツを定義することができます。

関連項目

Vcl.Controls.TGraphicControl

VCL TControlList コントロールの利用