Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

dev_get_systemT_dev_get_systemDevGetSystemDevGetSystemdev_get_system (Operator)

Name

dev_get_systemT_dev_get_systemDevGetSystemDevGetSystemdev_get_system — Query the HDevelop system within a program.

Signature

dev_get_system( : : SystemQueries : SystemInformations)

Herror T_dev_get_system(const Htuple SystemQueries, Htuple* SystemInformations)

void DevGetSystem(const HTuple& SystemQueries, HTuple* SystemInformations)

static void HOperatorSet.DevGetSystem(HTuple systemQueries, out HTuple systemInformations)

def dev_get_system(system_queries: Sequence[str]) -> Sequence[str]

Description

The operator dev_get_systemdev_get_systemDevGetSystemDevGetSystemDevGetSystemdev_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:

'engine_environment'"engine_environment""engine_environment""engine_environment""engine_environment""engine_environment":

Returns 'HDevelop' if it is called within HDevelop else 'HDevEngine'.

Attention

This operator is not supported for code export.

Parameters

SystemQueriesSystemQueriesSystemQueriesSystemQueriessystemQueriessystem_queries (input_control)  attribute.name-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Desired system parameters.

Default value: 'engine_environment' "engine_environment" "engine_environment" "engine_environment" "engine_environment" "engine_environment"

List of values: 'engine_environment'"engine_environment""engine_environment""engine_environment""engine_environment""engine_environment"

SystemInformationsSystemInformationsSystemInformationsSystemInformationssystemInformationssystem_informations (output_control)  attribute.value-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Current value of the system parameters.

Module

Foundation