Vcl.ComCtrls.TCustomHeaderControl

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

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomHeaderControl

Delphi

TCustomHeaderControl = class(TWinControl)

C++

class PASCALIMPLEMENTATION TCustomHeaderControl : public Vcl::Controls::TWinControl

プロパティ

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

説明

TCustomHeaderControl は,スプレッドシートスタイルのヘッダーを表します。

TCustomHeaderControl は,スプレッドシートスタイルのコントロールに列と行を提供するコントロールクラスの抽象基本クラスです。TCustomHeaderControl を使用すると,新しい種類のヘッダーコントロールを作成できます。

TCustomHeaderControl のインスタンスは作成しないでください。THeaderControl は,TCustomHeaderControl の最低限の実装を提供します。THeaderControl を使用するか,またはスプレッドシートスタイルのヘッダーを表すユーザー固有の下位クラスを作成してください。

関連項目