Vcl.ComCtrls.THeaderSections.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: THeaderSection;

C++

HIDESBASE THeaderSection* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSections

Description

Creates a new THeaderSection instance and adds it to the Items array.

Add returns the new header section. At design time, use the header control's Sections editor to add sections to the header.

See Also