[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 size for this class of controls (when added to a form).

TControl.SetInitialBounds

  

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

TWinControl.Create

  

Constructor for the class instance.