Grid.SetSingleRowSelection

Grid.SetSingleRowSelection ( 

string  ObjectName,

boolean SingleRowSelection )

Description

Sets the grid object into (or out of) single row selection mode. This mode is only effective when in list mode.

Parameters

ObjectName

(string) The name of the grid object.

SingleRowSelection

(boolean) Whether or not single row selection is enabled.

VALUE

DESCRIPTION

true

Enable single row selection.

false

Disable single row selection.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions