[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TPreviewFileControl.Create

Constructor for the class instance.

Declaration

Source position: extdlgs.pas line 46

public constructor TPreviewFileControl.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner for the class instance.

Description

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.

See also

TPreviewFileControl.GetControlClassDefaultSize

  

Returns the default dimensions for new instances of the class.

TControl.SetInitialBounds

  

Sets the bounds of the control initially, when it is created.

TWinControl.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home