MoveToColumnObject - cWebGrid
Moves the focus to the specified column
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoColumn | Handle | Object handle of the column object that will receive the focus |
Syntax
Procedure MoveToColumnObject Handle hoColumn
Call Example
Send MoveToColumnObject hoColumn
Description
Send MoveToColumnObject to instruct the client to move the focus to the specified grid column.
Pass the object handle of the column object (e.g. cWebColumn) that will receive the focus. This must be a column object belonging to the same grid that processed MoveToColumnObject.