Vcl.ExtCtrls.THeader.SectionWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SectionWidth[X: Integer]: Integer read GetWidth write SetWidth;

C++

__property int SectionWidth[int X] = {read=GetWidth, write=SetWidth};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Determines the width, in pixels, of the sections of a header.

Use SectionWidth to specify the width of each header section. X is an index into the sections, from 0 to the number of sections - 1. For example, the index of the first section is 0, the second section is 1, and so on.