Maptitude GISDK Help |
An Init item is a special type of macro item that is automatically invoked before the dialog box appears on the screen. The format of an Init item definition is:
Init do
<statements go here>
endItem
If Return() is called in the Init item of a dialog box, the dialog box returns without ever appearing on the screen. An Init item is usually used to set up the variables used by the other items in the dialog box.
©2025 Caliper Corporation | www.caliper.com |