[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
THeaderSections - a collection of Items ot type THeaderSection, the individual parts of a THeaderControl
Source position: comctrls.pp line 2888
type THeaderSections = class(TCollection) |
||
protected |
||
function GetOwner; override; |
|
GetOwner returns a HeaderControl, overriding inherited value |
procedure Update(); override; |
||
public |
||
constructor Create(); |
||
function Add; |
||
function AddItem(); |
|
AddItem - adds a HeaderSection to the Header at the position specified by Index |
function Insert(); |
||
procedure Delete(); |
||
property Items: THeaderSection; default; [rw] |
|
Items - the series of individual HeaderSections in the collection |
end; |
|
THeaderSections - a collection of Items ot type THeaderSection, the individual parts of a THeaderControl |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |