[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds the specified header section at the position specified in Index.
Source position: comctrls.pp line 4013
public function THeaderSections.AddItem( |
Item: THeaderSection; |
Index: Integer |
Item |
|
Header section to add in the method, or Nil to create a new one. |
Index |
|
Ordinal position in the collection where the header section is stored. |
Header section created (optional) and stored in the method.
The THeaderSection instance in Item is created when the argument value is Nil (unassigned). The return value contains the new header section instance, or the existing value in Item when it is assigned.
Version 4.0 | Generated 2025-05-03 | Home |