System Properties
System Variables
Cadcorp SIS Desktop has several system variables which are global to all windows.
System variables are set and queried using the SIS_OT_SYSTEM
constant and the GetFlt/GetInt/GetStr/GetProperty and SetFlt/SetInt/SetStr/SetProperty methods. The nObject& argument is not required with SIS_OT_SYSTEM
and should be set to 0.
Note: See also System Variables.
System Options
Cadcorp SIS Desktop has several boolean (True
or False
) system options, which are global to all windows.
System options are set and queried using the SIS_OT_OPTION
constant and the GetInt and SetInt methods. The nObject& argument is not required with SIS_OT_OPTION
and should be set to 0.
Note: See System Options