geEnableBackgroundCellView
geEnableBackgroundCellView(w_windowId[g_dimmed]) => t / nil
Description
Enables the display of the background cellview in the specified window. The current window is used by default. If the dimmed parameter is set to t, the background cellview is displayed dimmed.
Arguments
|
The database ID of the window in which to display the background cellview. |
|
|
Specifies if the background cellview is displayed dimmed. Valid Values: |
Value Returned
Examples
Displays the background cellview as dimmed in the current window.
geEnableBackgroundCellView(hiGetCurrentWindow() t)
Related Topics
Return to top