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.