[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

THeaderSections

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

THeaderSections - a collection of Items ot type THeaderSection, the individual parts of a THeaderControl

Declaration

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;

Inheritance

THeaderSections

  

THeaderSections - a collection of Items ot type THeaderSection, the individual parts of a THeaderControl

|

TCollection

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.