Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

THeaderSection.Visible

Indicates if the section is visible in the header control.

Declaration

Source position: comctrls.pp line 3927

published property THeaderSection.Visible : Boolean
  read FVisible
  write SetVisible;

Description

Visible is a Boolean property which indicates if the header section is visible in the header control. When set to False, the section cannot be drawn using the TCustomHeaderControl.PaintSection method.

The default value for the property is True, as set in the constructor for the class instance.