Unit 'ExtDlgs' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TPreviewFileControl.CreateParams

Declaration

Source position: extdlgs.pas line 44

protected procedure TPreviewFileControl.CreateParams(

  var Params: TCreateParams

); override;

Arguments

Params

  

Creation parameters updated in the method.

Description

Overridden to ensure proper handling of the WS_CHILD flag in Style in the Parent control.

See also

TWinControl.CreateParams

  

Initializes the window creation parameter record with the settings for the control.

TCreateParams