[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 572
public constructor TCustomImage.Create( |
AOwner: TComponent |
); override; |
Create is the constructor for TCustomImage, and calls the inherited Create method. It then sets the default values for the style, bounds and other local variables. Creates allocates resources for the Picture property.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |