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 size for this class of controls (when added to a form). |
|
|
Sets the bounds of the control initially, when it is created. |
|
|
Constructor for the class instance. |