TIWCGJQGridColAutoCompleteOptions Class
Represents type TIWCGJQGridColAutoCompleteOptions
.
IWCGJQCommon.TIWCGJSon
IWCGJQAutoComplete.TIWCGJQAutoCompleteOptions
IWCGJQGrid.TIWCGJQGridColAutoCompleteOptions
type TIWCGJQGridColAutoCompleteOptions = class(TIWCGJQAutoCompleteOptions) end;
The TIWCGJQGridColAutoCompleteOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | |
![]() | CreateSingle(TPersistent,string) | Initializes a new instance of the TIWCGJQGridColAutoCompleteOptions class. (Overrides TIWCGJSon.CreateSingle(TPersistent,string).) |
Name | Description | |
---|---|---|
![]() | AppendTo | Which element the menu should be appended to. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | AutoComplete | Represents property |
![]() | AutoFocus | If set to true the first item will be automatically focused. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | CGJSContainer | Represents property |
![]() | ClassData | Represents property |
![]() | Delay | The delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | Disabled | Represents property |
![]() | EditOptions | Represents property |
![]() | Html | If the data to send has Value/Label pairs (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | InstList | Represents property |
![]() | IsStored | Represents property |
![]() | JSon | Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.) |
![]() | JSonEvents[string] | Represents property |
![]() | List | Represents property |
![]() | MapID | Represents property |
![]() | MemberList | Represents property |
![]() | MinLength | The minimum number of characters a user has to type before the Autocomplete activates. Zero is useful for local data with just a few items. Should be increased when there are a lot of items, where a single character would match a few thousand items. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnChange | Triggered when the field is blurred, if the value has changed; ui.item refers to the selected item. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnClose | When the list is hidden - doesn't have to occur together with a change. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnCreate | This event is triggered when autocomplete is created. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnFocus | Before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnOpen | Triggered when the suggestion menu is opened. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnSearch | Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnSelect | Triggered when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnSource | This event is triggered when autocomplete gets source for search term result (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | Owner | Represents property |
![]() | PopupHeight | Defines the popup height (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | PopupWidth | Defines the popup width (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | Position | Identifies the position of the Autocomplete widget in relation to the associated input element. The "of" option defaults to the input element, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | PropCount | Represents property |
![]() | PropIndexByName[string] | Represents property |
![]() | PropList | Represents property |
![]() | PropName | Represents property |
![]() | PropNameByIndex[Integer] | Represents property |
![]() | SObj | Represents property |
![]() | Source | Defines the data to use, must be specified. See Overview section for more details, and look at the various demos. (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | SourceRemote | Set to true to get data from server (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | Url | Represents property |
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 | ||
![]() | Close | Close the Autocomplete menu. Useful in combination with the search method, to close the open menu. (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | ConvertEnumToString(string) | Represents method | ||
![]() | ConvertSetToString(string,TCGStringArray) | Represents method | ||
![]() | Disable | Disable the autocomplete. (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | Enable | Enable the autocomplete. (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | 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 | ||
![]() | jsClose | Returns the JavaScript code to close (see close help) (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | jsDisable | Returns the JavaScript code to disable autocomplete (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | jsEnable | Returns the JavaScript code to enable autocomplete (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() ![]() | JSonEscape | Represents method | ||
![]() ![]() | JSonIdent | Represents method | ||
![]() ![]() | JSonNameQuote | Represents method | ||
![]() | jsSearch | Overloaded. Represents method | ||
![]() | jsSearch(string) | Overloaded. Returns the JavaScript code to search (see search help) (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | jsWidget | Returns the .ui-autocomplete element. (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | PopupStyle | Represents method | ||
![]() | ResetProps | Represents method | ||
![]() | Search | Overloaded. Represents method | ||
![]() | Search(string) | Overloaded. Triggers a search event, which, when data is available, then will display the suggestions; can be used by a selectbox-like button to open the suggestions when clicked. If no value argument is specified, the current input's value is used. Can be called with an empty string and minLength: 0 to display all items. (Inherited from TIWCGJQAutoCompleteOptions.) | ||
![]() | 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 | ||
![]() | UrlHandler(string,TStrings,TCGWebRequest,TCGWebResponse) | Represents method |
Name | Description | |
---|---|---|
![]() | OnGetAutoCompleteData | The OnGetAutoCompleteData event takes place when Autocomplete gets data from a certain Term (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | OnGetAutoCompleteDataEx | The OnGetAutoCompleteDataEx event takes place when Autocomplete gets data from a certain Term (Inherited from TIWCGJQAutoCompleteOptions.) |
![]() | _Events_ | Represents property |