[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extdlgs.pas line 46
public constructor TPreviewFileControl.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor. Create sets the value for the CompStyle member (deprecated), and calls SetInitialBounds to size the control using the values returned from GetControlClassDefaultSize.
|
Returns the default dimensions for new instances of the class. |
|
|
Sets the bounds of the control initially, when it is created. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |