iOSPicker¶
iOS Picker.
Extends iOSObject
Behavior Pattern: iOSObjectPickerSelectableBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
SelectedItem | Text of the selected item. | GetSelectedItem |
Action Summary¶
Action | Description |
---|---|
DoSelectItem | Selects an item with the specified name. |
Property Detail¶
SelectedItem¶
Text of the selected item.
Type: string
Accessors: GetSelectedItem
value = SeS('SomeiOSPicker').GetSelectedItem()
Action Detail¶
DoSelectItem¶
Selects an item with the specified name.
SeS('SomeiOSPicker').DoSelectItem(name)
Parameters:
Name | Type | Description |
---|---|---|
name | string | Item name. |
Returns:
boolean: 'true' if success, 'false' otherwise.