GetLayout()
Summary
Gets the name of the current layout window.
Syntax
layout_name = GetLayout()
Returns
A string indicating the name of the current layout, or null if there is no current layout.
Example
lnm = GetLayout()
ShowMessage("The name is " + lnm)
See Also
| Function | Summary |
|---|---|
| CloseLayout() | Closes a layout window |
| GetLayoutOptions() | Get the current option settings for a layout |
| GetLayoutPages() | Gets the number of printed pages in a layout |