Vcl.ExtCtrls.THeader

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHeader

Delphi

THeader = class(TCustomControl)

C++

class PASCALIMPLEMENTATION THeader : public Vcl::Controls::TCustomControl

Properties

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

Description

THeader is a sectioned visual control that displays text and allows each section to be resized with the mouse.

THeader is provided for backward compatibility. New applications should use THeaderControl instead.

See Also