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

TDateEdit.Create

Create - constructor for TDateEdit: calls inherited Create and sets defaults.

Declaration

Source position: editbtn.pas line 605

public constructor TDateEdit.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create - constructor for TDateEdit: calls inherited Create and sets defaults.

Initializes the dialog title, caption, display settings, and the default date.

See also

TCustomEditButton.Create

  

Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables.

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