PDElementsS (String) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
CStr PDElementsF(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: PDElements.Name read
This parameter gets the name of the active PDElement, returns null string if active element id not PDElement.
Parameter 1: PDElements.Name write
This parameter sets the name of the active PDElement, returns null string if active element id not PDElement.