Action
Tests whether a table supports selection of multiple cells.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
bMulti = table.IsMultiSel()
Variable
|
Description
|
bMulti
|
TRUE if table supports multiple selections. FALSE otherwise.
BOOLEAN.
|
Example
BOOLEAN bMulti
bMulti = Prod.ProdTable.IsMultiSel()