Vcl.ComCtrls.TCustomHeaderControl

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomHeaderControl = class(TWinControl)

C++

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

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.

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