Skip to content

TWebJQXDateTimeInput

Description

Below is a list of the most important properties methods and events for TWebJQXDateTimeInput. Represents a datetimeinput that enables the use to select a date or time using a popup calendar display or by keyboard input into the text field.

Designtime Runtime

HTML template tag

The HTML tag the component can be associated with in an HTML template. Assign the ID attribute with a unique value and set the identical value to the ElementID property. Detailed information can be found in the Use of HTML templates topic.

HTML tag <DIV ID=”UniqueID”></DIV>
ElementID UniqueID

Properties for TWebJQXDateTimeInput

Property Description
Date Sets the Calendar's Date. If multiselect is True this is the first day of range of dates
ElementClassName Optionally sets the CSS classname when styling via CSS is used
ElementID Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new control is created but the Delphi class is connected with the existing HTML element in the form HTML file
EndDate Sets the last day of a range of dates. Only if MultiSelect is True
FirstDayOfWeek Sets which day to display in the first day column
MaxDate Sets the maximum selectable date
MinDate Sets the minimum selectable date
MultiSelect If set to True a range of dates can be selected
ShowToday Sets if today's day is highlighted
Theme Sets the name of the theme that is used to display the control
WeekNumbers Sets if the week numbers are displayed

Events for TWebJQXDateTimeInput

Property Description
OnDateClick Event triggered when a date is selected