OP Get option

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 1.5


OP Get option (optionNumber; optionValue) Longint

ParameterTypeDescription
optionNumberLongintNumber of the option to get
optionValueLongintCurrent setting of the option
Function resultLongintError code result for the function

Description

OP Get option gets the current values for the options that you can set with OP Set option. You can use OP Get option at any time.

The codes for optionNumber and optionValue are listed in the table for OP Set option.

Error Codes

If OP Get option executes successfully, it return 0. Otherwise, this function returns one of the following errors:

Error CodeDescription
-192Resource not found.
10128The 4D Open for 4th Dimension package has not been initialized.
10132The network component is currently in use.
10148Unknown option requested to 4D Open for 4th Dimension.
10154This command cannot be executed right now.
10165Unknown network component option.

See Also

OP Set option.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next