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

TDirectoryEdit.Create

Constructor for the class instance.

Declaration

Source position: editbtn.pas line 487

public constructor TDirectoryEdit.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. Create sets the values in the DialogOptions property to the defaults in DefaultOpenDialogOptions.

See also

TDirectoryEdit.DialogOptions

  

Contains the options enabled for the Open dialog displayed by the control.

DefaultOpenDialogOptions

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