[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TSaveDialog.Create

Constructor for the class instance.

Declaration

Source position: dialogs.pp line 255

public constructor TSaveDialog.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create update the component style flags to the value used for the dialog type.

See also

TOpenDialog.Create

  

Constructor for the class instance.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.