Unit 'Calendar' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.