TIWCGJQMMobiScrollOptionsDateTime Class
MobiScroll Options DateTime
IWCGJQCommon.TIWCGJSon
IWCGJQMMobiScroll.TIWCGJQMMobiScrollOptionsCore
IWCGJQMMobiScroll.TIWCGJQMMobiScrollOptionsDateTime
type TIWCGJQMMobiScrollOptionsDateTime = class(TIWCGJQMMobiScrollOptionsCore) end;
The TIWCGJQMMobiScrollOptionsDateTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | AmPmText | Label for AM/PM wheel |
![]() | CancelText | Text for Cancel button (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Caption | Caption (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | CGJSContainer | Represents property |
![]() | ClassData | Represents property |
![]() | DateFormat | The format for parsed and displayed dates (m - month of year (no leading zero), mm - month of year (two digit), M - month name short, MM - month name long, d - day of month (no leading zero), dd - day of month (two digit), y - year (two digit), yy - year (four digit) |
![]() | DateOrder | Display order and formating for month/day/year wheels. (m - month of year (no leading zero), mm - month of year (two digit), M - month name short, MM - month name long, d - day of month (no leading zero), dd - day of month (two digit), D - day of week (short), DD - day of week (long), y - year (two digit), yy - year (four digit). The options also controls if a specific wheel should appear or not, e.g. use 'mmyy' to display month and year wheels only, 'mmD ddy' to display both day of week and date on the day wheel. |
![]() | DateSep | Represents property |
![]() | DayNames | The list of long day names, starting from Sunday, for use as requested via the dateFormat setting |
![]() | DayNamesShort | The list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting |
![]() | DayText | Label for Day wheel |
![]() | Delay | Specifies the speed in milliseconds to change values in clickpick mode with tap & hold (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Disabled | Disables (true) or enables (false) the scroller. Can be set when initialising the scroller (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Display | Use 'inline' for inline display, or 'modal' for modal popup (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | EndYear | Last displayed year on year wheel |
![]() | FieldContainer | To improve the styling of labels and form elements on wider screens. This framework aligns the input and associated label side-by-side, and breaks to stacked block-level elements below ~480px. The framework will also add a thin bottom border to act as a field separator. (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | FormatResult | Receives selected scroller values as an array and must return a string to set as the value of the input element. (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | HeaderText | Specifies a custom string which appears in the popup header. If the string contains '{value}' substring, it is replaced with the formatted value of the scroller. If it's set to false, the header is hidden. If a function is passed, it receives the formatted value as parameter and the returned value appears in the header (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Height | Height in pixels of one row on the wheel (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | HourText | Label for hours wheel |
![]() | InstList | Represents property |
![]() | Invalid | Can be used to set dates unselectable. There are three properties to specify dates, all can be used separate or combined. dates is be an array of dates to disable exact dates on the scroller. daysOfWeek is an array with values from 0 to 6, daysOfMonth is an array which accepts numbers (e.g. every month's 2nd day) or a string in 'x/y' format (e.g. 12/24 means every year's 24th December is disabled). |
![]() | IsStored | Represents property |
![]() | JSDateFormat | Represents property |
![]() | JSon | Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.) |
![]() | JSonEvents[string] | Represents property |
![]() | List | Represents property |
![]() | MaxDate | Maximum date that can be selected |
![]() | MemberList | Represents property |
![]() | MinDate | Minimum date that can be selected |
![]() | MinuteText | Label for minutes wheel |
![]() | MobiScroll | Represents property |
![]() | Mode | Option to choose between modes. Possible modes: 'scroller' - standard behaviour, 'clickpick' - '+' and '-' buttons (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | MonthNames | The list of full month names, for use as requested via the dateFormat setting |
![]() | MonthNamesShort | The list of abbreviated month names, for use as requested via the dateFormat setting |
![]() | MonthText | Label for month wheel |
![]() | OnCancel | Allows you to define your own event when cancel is pressed. The function receives the selected value as text and the scroller instance as parameters (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | OnChange | Allows you to define your own event when a wheel value is changed. The function receives the selected value as text and the scroller instance as parameters (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | OnClose | Allows you to define your own event when the scroller is closed. The function receives the selected value as text and the scroller instance as parameters. If returns false, close is prevented (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | OnSelect | Allows you to define your own event when a scroller value is set. The function receives the selected value as text and the scroller instance as parameters (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | OnShow | Gets called when the scroller appears. The function receives the jQuery object containing the generated html and the scroller instance as parameters (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Owner | Represents property |
![]() | ParseValue | Receives a string as parameter and must return an array which represents the selected scroller values. If a preset is selected, parses the value as date/time according to dateFormat/timeFormat option (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Preset | Preset configurations for date, time and datetime pickers or select replacement, possible values: 'date', 'time', 'datetime' (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | PropCount | Represents property |
![]() | PropIndexByName[string] | Represents property |
![]() | PropList | Represents property |
![]() | PropName | Represents property |
![]() | PropNameByIndex[Integer] | Represents property |
![]() | ReadOnly_ | If true, the scroller is displayed, but wheels are not moveable. (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Rows | Number of visible rows on the wheel (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | SecText | Label for seconds wheel |
![]() | Separator | Sepearator between date and time (if the 'datetime' preset is used) |
![]() | SetText | Text for Set button (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | ShowLabel | Show/hide labels above wheels (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | ShowOnFocus | Pops up the scroller on input focus (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | SObj | Represents property |
![]() | StartYear | First displayed year on year wheel |
![]() | StepHour | Steps between hours on timepicker |
![]() | StepMinute | Steps between minutes on timepicker |
![]() | StepSecond | Steps between seconds on timepicker |
![]() | Theme | Sets the scroller's visual appearance. Supplied themes: 'android', 'android-ics', 'android-ics light', 'sense-ui', 'ios', 'jqm'. It's possible to create custom themes in css by prefixing any css class used in the scroller markup with the theme name, e.g.: .my-theme .dww { / My CSS / }, and set the theme option to 'my-theme' (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | TimeFormat | The format for parsed and displayed dates (h - 12 hour format (no leading zero), hh - 12 hour format (leading zero), H - 24 hour format (no leading zero), HH - 24 hour format (leading zero), i - minutes (no leading zero), ii - minutes (leading zero), s - seconds (no leading zero), ss - seconds (leading zero), a - lowercase am/pm, A - uppercase AM/PM) |
![]() | TimeWheels | Show, hide, and format the time related wheels on the scroller. Characters have the same meaning as in the timeFormat option |
![]() | Value | Represents property |
![]() | Wheels | Wheels configuration (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | Width | Minimum width in pixels of the wheels, expand to fit values and labels (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | YearText | Label for year wheel |
Name | Description | |||
---|---|---|---|---|
![]() | AddBooleanMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddColorMember(string,TIWCGColor,Boolean,Boolean) | Represents method | ||
![]() | AddCurrencyMember(string,Currency,Boolean,Boolean) | Represents method | ||
![]() | AddDoubleMember(string,Double,Boolean,Boolean) | Represents method | ||
![]() | AddDynObjListMember(string,Boolean,Boolean) | Represents method | ||
![]() | AddEnumMember(string,string[],Byte,Boolean,Boolean) | Represents method | ||
![]() | AddEnumSetMember(string,string[],Void,Word,Boolean,Boolean) | Represents method | ||
![]() | AddFuncMember(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean) | Represents method | ||
![]() | AddHTML5(TIWHTMLTag) | Represents method | ||
![]() | AddIntegerMember(string,Integer,Boolean,Boolean) | Represents method | ||
![]() | AddJSonMember(string,TCGJSon,Boolean,Boolean) | Represents method | ||
![]() | AddMembers | The procedure add jquery properties.
| ||
![]() | AddObjListMember(string,TIWCGJSonListClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddObjMember(string,TIWCGJSonClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddSimpleArrayMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddStringMember(string,string,Boolean,Boolean) | Represents method | ||
![]() | AddVariantMember(string,Variant,Boolean,Boolean) | Represents method | ||
![]() | AfterConstruction | Represents method | ||
![]() | Assign(TPersistent) | Represents method | ||
![]() | CheckJSonMember(Integer) | Represents method | ||
![]() | ConvertEnumToString(string) | Represents method | ||
![]() | ConvertSetToString(string,TCGStringArray) | Represents method | ||
![]() | FreeJSonObj(Integer) | Overloaded. Represents method | ||
![]() | FreeJSonObj(string) | Overloaded. Represents method | ||
![]() | GetBooleanValue(Integer) | Represents method | ||
![]() | GetCGJSContainer | Represents method | ||
![]() | GetColorValue(Integer) | Represents method | ||
![]() | GetCurrencyValue(Integer) | Represents method | ||
![]() | GetCustomJq(string,ISuperObject) | Represents method | ||
![]() | GetDoubleValue(Integer) | Represents method | ||
![]() | GetDynObjListValue(Integer) | Represents method | ||
![]() | GetEnumAsString(Integer) | Represents method | ||
![]() | GetEnumerValue(Integer) | Represents method | ||
![]() | GetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | GetFixedScript(TIWCGJSonFunc,Boolean) | Represents method | ||
![]() | GetFuncValue(Integer) | Represents method | ||
![]() | GetHTMLName | Represents method | ||
![]() | GetImplComponent | Represents method | ||
![]() | GetIntegerValue(Integer) | Represents method | ||
![]() | GetIsStored | Represents method | ||
![]() | GetItemIndex | Represents method | ||
![]() | GetIWCLName | Represents method | ||
![]() | GetJSon | Represents method | ||
![]() | GetJSonByType(Boolean,Boolean) | Represents method | ||
![]() | GetJSonEx(Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() | GetJSonValue(Integer) | Represents method | ||
![]() | GetJSonValueObj(Integer) | Represents method | ||
![]() | GetMemberJSon(TCGJSonMember,ISuperObject,Boolean,Boolean,string) | Represents method | ||
![]() | GetMemberSetterHandler(TObject,TCGJSonMember) | Represents method | ||
![]() | GetMemberSetterScriptParts(TIWCGResponseMemberList,TIWCGJScript) | Represents method | ||
![]() | GetMembersJSon(TIWCGResponseMemberList,Boolean,Boolean) | Represents method | ||
![]() | GetObjListValue(Integer) | Represents method | ||
![]() | GetObjValue(Integer) | Represents method | ||
![]() | GetOwner | Represents method | ||
![]() | GetPropName | Represents method | ||
![]() | GetSimpleArrayValue(Integer) | Represents method | ||
![]() | GetStringValue(Integer) | Represents method | ||
![]() | GetVariantValue(Integer) | Represents method | ||
![]() | InternalGetJSon(TEachPropJSonProc,Boolean,Boolean,Void,Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() ![]() | IsArray | Represents method | ||
![]() | IsBooleanStored(Integer) | Represents method | ||
![]() | IsColorStored(Integer) | Represents method | ||
![]() | IsCurrencyStored(Integer) | Represents method | ||
![]() | IsDoubleStored(Integer) | Represents method | ||
![]() | IsEnumerStored(Integer) | Represents method | ||
![]() | IsEnumSetStored(Integer) | Represents method | ||
![]() | IsFuncStored(Integer) | Represents method | ||
![]() | IsIntegerStored(Integer) | Represents method | ||
![]() | IsJSonObjStored(string) | Represents method | ||
![]() | IsJSonStored(Integer) | Represents method | ||
![]() | IsObjStored(Integer) | Represents method | ||
![]() | IsStringStored(Integer) | Represents method | ||
![]() | IsVariantStored(Integer) | Represents method | ||
![]() | jsDestroy | Represents method | ||
![]() | jsDisable | Represents method | ||
![]() | jsEnable | Represents method | ||
![]() | jsGetDate | Represents method | ||
![]() | jsHide | Represents method | ||
![]() | jsIsDisabled | Represents method | ||
![]() ![]() | JSonEscape | Represents method | ||
![]() ![]() | JSonIdent | Represents method | ||
![]() ![]() | JSonNameQuote | Represents method | ||
![]() | jsShow | Represents method | ||
![]() | msDestroy | Represents method | ||
![]() | msDisable | Represents method | ||
![]() | msEnable | Represents method | ||
![]() | msHide | Represents method | ||
![]() | msIsDisabled | Represents method | ||
![]() | msShow | Represents method | ||
![]() | ResetProps | Represents method | ||
![]() | SetBooleanValue(Integer,Boolean) | Represents method | ||
![]() | SetColorValue(Integer,TIWCGColor) | Represents method | ||
![]() | SetCurrencyValue(Integer,Currency) | Represents method | ||
![]() | SetDoubleValue(Integer,Double) | Represents method | ||
![]() | SetDynObjListValue(Integer,TIWCGJSonDynObjList) | Represents method | ||
![]() | SetEnumerValue(Integer,Byte) | Represents method | ||
![]() | SetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | SetFuncValue(Integer,TIWCGJSonFunc) | Represents method | ||
![]() | SetIntegerValue(Integer,Integer) | Represents method | ||
![]() | SetJSonValue(Integer,TCGJSon) | Represents method | ||
![]() | SetObjListValue(Integer,TIWCGJSonList) | Represents method | ||
![]() | SetObjValue(Integer,TIWCGJSon) | Represents method | ||
![]() | SetSimpleArrayValue(Integer,TIWCGJSonSimpleArray) | Represents method | ||
![]() | SetStringValue(Integer,string) | Represents method | ||
![]() | SetVariantValue(Integer,Variant) | Represents method | ||
![]() | StoreProperty(PPropInfo,TObject) | Represents method | ||
![]() | SupportsSetter(TObject,TCGJSonMember) | Represents method |