ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

dev_get_systemT_dev_get_systemDevGetSystemDevGetSystem (Operator)

Name

dev_get_systemT_dev_get_systemDevGetSystemDevGetSystem — 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)

Description

The operator dev_get_systemdev_get_systemDevGetSystemDevGetSystemDevGetSystem 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":

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

Attention

This operator is not supported for code export.

Parameters

SystemQueriesSystemQueriesSystemQueriesSystemQueriessystemQueries (input_control)  attribute.name-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Desired system parameters.

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

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

SystemInformationsSystemInformationsSystemInformationsSystemInformationssystemInformations (output_control)  attribute.value-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Current value of the system parameters.

Module

Foundation


ClassesClasses | | Operators