TIWCGJQMMobiScroll2TimeOptions Class
Represents type TIWCGJQMMobiScroll2TimeOptions
.
IWCGJQCommon.TIWCGJSon
IWCGJQMMobiScroll2.TIWCGJQMMobiScroll2PresetBase
IWCGJQMMobiScroll2.TIWCGJQMMobiScroll2DateTimeOptions
IWCGJQMMobiScroll2.TIWCGJQMMobiScroll2TimeOptions
type TIWCGJQMMobiScroll2TimeOptions = class(TIWCGJQMMobiScroll2DateTimeOptions);
The TIWCGJQMMobiScroll2TimeOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | |
![]() | CreateSingle(TPersistent,string) | Initializes a new instance of the TIWCGJQMMobiScroll2DateTimeOptions class. (Overrides TIWCGJSon.CreateSingle(TPersistent,string).) |
Name | Description | |
---|---|---|
![]() | AmPmText | Label for AM/PM wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | 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) (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | 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. (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | DateSep | Represents property |
![]() | DayNames | The list of long day names, starting from Sunday, for use as requested via the dateFormat setting (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | DayNamesShort | The list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | DayText | Label for Day wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | EndYear | Last displayed year on year wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | HourText | Label for hours wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | 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). (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | InvalidDays | Set invalid days (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | 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 (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | MemberList | Represents property |
![]() | MinDate | Minimum date that can be selected (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | MinuteText | Label for minutes wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | MobilScroll2 | Represents property |
![]() | MobiScroll2 | Represents property |
![]() | MonthNames | The list of full month names, for use as requested via the dateFormat setting (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | MonthNamesShort | The list of abbreviated month names, for use as requested via the dateFormat setting (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | MonthText | Label for month wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | NowText | Label for the 'Now' button (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | Owner | Represents property |
![]() | PropCount | Represents property |
![]() | PropIndexByName[string] | Represents property |
![]() | PropList | Represents property |
![]() | PropName | Represents property |
![]() | PropNameByIndex[Integer] | Represents property |
![]() | SecText | Label for seconds wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | Separator | Sepearator between date and time (if the 'datetime' preset is used) (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | ShortYearCutoff | Set the cutoff year for determining the century for a date (used in conjunction with dateFormat 'y'). If a numeric value (0-99) is provided then this value is used directly. If a string value is provided then it is converted to a number and added to the current year. Once the cutoff year is calculated, any dates entered with a year value less than or equal to it are considered to be in the current century, while those greater than it are deemed to be in the previous century (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | ShowNow | Renders an additional 'Now' button (if display is not inline). Uses the 'nowText' setting as label. (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | SObj | Represents property |
![]() | StartYear | First displayed year on year wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | StepHour | Steps between hours on timepicker (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | StepMinute | Steps between minutes on timepicker (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | StepSecond | Steps between seconds on timepicker (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | 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) (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | TimeWheels | Show, hide, and format the time related wheels on the scroller. Characters have the same meaning as in the timeFormat option (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
![]() | YearText | Label for year wheel (Inherited from TIWCGJQMMobiScroll2DateTimeOptions.) |
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 | ||
![]() | GetPluginJsPrefix | 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 | ||
![]() | jsGetDate | Represents method | ||
![]() ![]() | JSonEscape | Represents method | ||
![]() ![]() | JSonIdent | Represents method | ||
![]() ![]() | JSonNameQuote | 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 |