[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the section is visible in the header control.
Source position: comctrls.pp line 3927
published property THeaderSection.Visible : Boolean |
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.