API:Vcl.ComCtrls.THeaderControl

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

THeaderControl = class(TCustomHeaderControl)

C++

class PASCALIMPLEMENTATION THeaderControl : public TCustomHeaderControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomHeaderControl represents a spreadsheet-style header.

Vcl.ComCtrls.THeaderControl inherits from Vcl.ComCtrls.TCustomHeaderControl. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.

TCustomHeaderControl represents a spreadsheet-style header.

TCustomHeaderControl is an abstract base class for control classes that provide column and row headers for spreadsheet-style controls. Use TCustomHeaderControl to create new kinds of header controls.

Do not create instances of TCustomHeaderControl. THeaderControl provides a minimal implementation of TCustomHeaderControl. Use THeaderControl or create your own descendant classes that represent spreadsheet-style headers.

See Also