Class TAutoCompleteEventParameter
TAutCompleteEventParameter contains the getToken requested by the user for a partial match of the suggestions.
The SelectedIndex is a zero-based index of the suggestion selected by the user, -1 if not suggestion is selected.
| Constructor Summary |
| public |
Creates a new TCallbackEventParameter.
|
| Method Summary |
|
void
|
|
|
string
|
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Constructor Details |
__construct
Creates a new TCallbackEventParameter.
|
| Method Details |
getSelectedIndex
| public void getSelectedIndex |
() |
|
getToken
| public string getToken |
() |
| Output |
|
string
| token for matching a list of suggestions. |
| Exception |
|
|