Language Reference - System Constants
The following system constants may be used in the method language
| Constant | Value |
|---|---|
| True | Logical true - any non-zero value (typically 1) |
| False | Logical false - zero |
| Pi | pi to 14 decimal places (3.14159265358979) |
| hWnd | Equinox's main window handle |
| hInst | Equinox's instance handle |
| PrintDC | Contains a handle to the device context that Equinox uses for printing or previewing reports |