GRID.TrackFocusCell

Previous  Next

 

state = GRID.TrackFocusCell( BYVAL nControl AS INTEGER,

                             BYVAL state AS INTEGER ) AS INTEGER

 

 

 

 

Sets or gets whether or not the fixed cells on the same row/column as the current focus cell are highlighted with a sunken border.

 

Example:

 

GRID.TrackFocusCell( nControl, FALSE )