IsExtendSel Function (Table)

Class

Table.

Action

Tests whether a table supports extended selection.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

bExtend = table.IsExtendSel()
Variable Description
bExtend TRUE if table supports extended selection. FALSE otherwise. BOOLEAN.

Example

BOOLEAN bExtend
bExtend = Prod.ProdTable.IsExtendSel()