Get the most updated selecetd items in form of a delimited string.
Namespace:
TornadoAssembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string Get_SelectedItem() |
| Visual Basic (Declaration) |
|---|
Public Function Get_SelectedItem As String |
Return Value
Dim ret as string = obj.Get_SelectedItem(Unit)
Remarks
A delimited string holding the most updated selecetd items in the format of -
^1 Macro1 ^2 Qty1 ^1 Macro2 ^2 Qty2 ^1 (where ^1=chr(1) and ^2 = chr(2)).
Do not use this string directly as it'll be parsed into the dbSelectedItem Method.
Use this information to determine whether there is any thing selected.