[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazregions.pas line 102
public constructor TLazRegionWithChilds.Create; override; |
Create is the overridden constructor for the class instance. Create calls the inherited constructor to initialize the class instance, and allocates resources needed for the Childs member.
Version 4.0 | Generated 2025-05-03 | Home |