Constructor for the class instance.
Source position: intfgraphics.pas line 676
public constructor TLazReaderIcnsPart.Create; override; |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create initializes members in the class instance, and sets the default value for IconType to iitNone.