dev_get_system
— Query the HDevelop system within a program.
dev_get_system( : : SystemQueries : SystemInformations)
The operator dev_get_system
returns information concerning the
HDevelop system parameters.
Until now, the following preferences are supported:
Read-Only Parameters
The following system parameters can be queried:
Returns 'HDevelop' if it is called within HDevelop else 'HDevEngine'.
This operator is not supported for code export.
SystemQueries
(input_control) attribute.name-array →
(string)
Desired system parameters.
Default value: 'engine_environment'
List of values: 'engine_environment'
SystemInformations
(output_control) attribute.value-array →
(string)
Current value of the system parameters.
Foundation