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

TCustomCalendar.Create

Constructor for the class instance.

Declaration

Source position: calendar.pp line 108

public constructor TCustomCalendar.Create(

  AOwner: TComponent

); override;

Description

Create is the constructor for TCustomCalendar. Create calls the inherited Create method, and sets the style, initial bounds, and display settings for the calendar. Create sets the default date / time value to Now.

See also

TWinControl.Create

  

Constructor for the class instance.

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