ClassesClassesClassesClasses | | | | 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).

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_systemDevGetSystemdev_get_systemDevGetSystemDevGetSystem (Operator)

Name

dev_get_systemT_dev_get_systemDevGetSystemdev_get_systemDevGetSystemDevGetSystem — Query the HDevelop system within a program.

Signature

dev_get_system( : : SystemQuerys : SystemInformations)

Herror T_dev_get_system(const Htuple SystemQuerys, Htuple* SystemInformations)

Herror dev_get_system(const HTuple& SystemQuerys, HTuple* SystemInformations)

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

void HOperatorSetX.DevGetSystem(
[in] VARIANT SystemQuerys, [out] VARIANT* SystemInformations)

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

Description

The operator dev_get_systemdev_get_systemDevGetSystemdev_get_systemDevGetSystemDevGetSystem 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

SystemQuerysSystemQuerysSystemQuerysSystemQuerysSystemQueryssystemQuerys (input_control)  attribute.name-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (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"

SystemInformationsSystemInformationsSystemInformationsSystemInformationsSystemInformationssystemInformations (output_control)  attribute.value-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Current value of the system parameters.

Module

Foundation


ClassesClassesClassesClasses | | | | Operators