TIWCGJQMMobiScrollOptionsDate Class
Represents type TIWCGJQMMobiScrollOptionsDate
.
IWCGJQCommon.TIWCGJSon
IWCGJQMMobiScroll.TIWCGJQMMobiScrollOptionsCore
IWCGJQMMobiScroll.TIWCGJQMMobiScrollOptionsDate
type TIWCGJQMMobiScrollOptionsDate = class(TIWCGJQMMobiScrollOptionsCore) end;
The TIWCGJQMMobiScrollOptionsDate type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 |
![]() | 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.) |
![]() | 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.) |
![]() | InstList | Represents property |
![]() | IsStored | Represents property |
![]() | JSDateFormat | Represents property |
![]() | JSon | Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.) |
![]() | JSonEvents[string] | Represents property |
![]() | List | Represents property |
![]() | MemberList | Represents property |
![]() | MobiScroll | Represents property |
![]() | Mode | Option to choose between modes. Possible modes: 'scroller' - standard behaviour, 'clickpick' - '+' and '-' buttons (Inherited from TIWCGJQMMobiScrollOptionsCore.) |
![]() | 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.) |
![]() | 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 |
![]() | 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.) |
![]() | 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.) |
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 | ||
![]() | GetJsPrefix | 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 | ||
![]() | 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 |