API:Vcl.ComCtrls.THeaderControl

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

Vcl.ComCtrls.TCustomHeaderControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHeaderControl

Delphi

THeaderControl = class(TCustomHeaderControl)

C++

class PASCALIMPLEMENTATION THeaderControl : public TCustomHeaderControl

プロパティ

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

説明

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

Vcl.ComCtrls.THeaderControl は Vcl.ComCtrls.TCustomHeaderControl を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomHeaderControl を参照しています。

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

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

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

関連項目