Vcl.ComCtrls.THeaderSection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTHeaderSection

Delphi

THeaderSection = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION THeaderSection : public System::Classes::TCollectionItem

Properties

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

Description

THeaderSection represents a section of a header control.

THeaderControl objects use THeaderSection objects to maintain collections of THeaderSection objects. These THeaderSection objects represent resizable column headers. Each column header includes a text label and possibly a graphic image.

See Also