RedrawEditor()

Summary

Redraws an editor window.

Syntax

RedrawEditor(string editor_name)

Argument Contents
editor_name The name of the editor, or null for the current editor

Notes

  • RedrawEditor() forces the editor to reload the displayed data from file. In a multi-user environment, this ensures that the most recent data are displayed.

Example

RedrawEditor("Sales Report for June")

Error Codes

Error Type Meaning
NotFound The specified editor does not exist

See Also

Function Summary
RedrawMap() Redraws a map window
DrawLayout() Redraws a layout window