Maptitude GISDK Help |
Sets an option for an editor window.
Added to version 5.0.
SetEditorOptionEx(array options)
Option |
Type |
Contents |
Row Background Color |
Color |
A variable of type color |
The Row Background option of SetEditorOption() turns a background color on or off for every other row.
The default color is a moderate gray; use the Row Background Color option to change the color.
// Before running the example, open any dataview.
SetEditorOption(,"Row Background", "True")
SetEditorOptionEx(,{{"Row Background Color", ColorRGB(59000, 59000, 59000)}})
RedrawEditor()
Error Type |
Meaning |
NotFound |
The specified editor does not exist or the specified option is not valid |
Function |
Summary |
Creates a new editor window |
|
Gets the value of an option from an editor window |
|
Creates an editor from a file |
|
Sets an option for an editor window |
©2025 Caliper Corporation | www.caliper.com |