[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 3980
public constructor THeaderSection.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the class instance. |
Create is the overridden constructor for THeaderSection, and calls the inherited Create method on entry. The value in ACollection is used as the Owner of the collection item. Create sets the default values for properties in the class instance.
Version 4.0 | Generated 2025-05-03 | Home |