Tooltips
(boolean) Whether or not tooltips will be displayed.
VALUE DESCRIPTION |
|
true |
Display tooltips. |
false |
Don't display tooltips. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.SetTrackFocusCell
OverviewExamples
Grid.SetTrackFocusCell ( string ObjectName,
boolean TrackFocus,
boolean Redraw = true )
De s cr ip t ion
Sets whether or not the fixed cells on the same row/column as the current focus cell are highlighted with a sunken border in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.