Description


Calendar is a component that displays the month calendar of the specified year. As a rule, this component is assigned to a specific database field through the TableName and FieldName properties.


Component properties

 Property

 Description

 TableName

 Determines which database table a component belongs to.

 FieldName

 Determines which field of the database table this component belongs to.

 Filter

 Allows you to select the data filtering condition when using this component together with the button with the "Search" action. More info.

 Increm.Search

 Allows you to select the button with the action "Search" or "SQL query", which will be automatically clicked when the user changes the value of the component for immediate search.

 Name

 Specifies the name of the component.

 Left

 Specifies the horizontal coordinate of the left edge of a component relative to its parent.

 Top

 Specifies the Y coordinate of the upper-left corner of a control, relative to its parent or containing control in pixels.

 Width

 Specifies the horizontal size of the control in pixels.

 Height

 Specifies the vertical size of the control in pixels.

 WeekNumbers

 Specifies whether week numbers are shown to the left of the calendar.

 TabOrder

 Indicates the position of the control in its parent's tab order.

 TabStop

 Determines if the user can tab to a control.

 Visible

 Specifies whether the component appears onscreen.

 Anchors

 Specifies how the control is anchored to its parent. More info.



Additional properties

 Property

 Description

 BiDiMode

 Specifies the bi-directional mode for the component.

 Constraints

 Specifies the size constraints for the component.  It makes sense when using the Anchors property.

 Cursor

 Specifies the image used to represent the mouse pointer when it passes into the region covered by the component.

 Enabled

 Controls whether the component responds to mouse and keyboard events.

 Hint

 Hint contains the text string that appears when the user moves the mouse over the component. The hint will be shown if the ShowHint property = True

 MaxDate

 Indicates the maximum date to which users can scroll the calendar.

 MaxSelectRange

 Specifies the maximum number of days that can be selected. It makes sense if MultiSelect property = True

 MultiSelect

 Specifies whether multiple dates can be selected on the calendar.

 ShowHint

 Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the component. See also property Hint

 ShowToday

 Specifies whether today's date is shown below the calendar.

 ShowTodayCircle

 Specifies whether today's date is circled on the calendar.

 WeekNumbers

 Specifies whether week numbers are shown to the left of the calendar.