This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:


CStr SwtControlsS(int32_t Parameter, CStr Argument);


This interface returns a string with the result of the query according to the value of the variable Parameter, which can be one of the following:


Parameter 0: SwtControls.Name read

This parameter gets the name of the active SwtControl.


Parameter 1: SwtControls.Name write

This parameter sets a SwtControl active by name.


Parameter 2: SwtControls.SwitchedObj read

This parameter gets the name of the switched object by the active SwtControl.


Parameter 3: SwtControls.SwitchedObj write

This parameter sets the switched object by name.