4D Pack v12

AP GET PARAM

Home

 
4D Pack v12
AP GET PARAM

 

AP GET PARAM 


 

AP GET PARAM ( option ; value ) 
Parameter Type   Description
option  Integer in Number of the option to read
value  Integer in Value for the option

Compatibility Note: This command is now obsolete; it is kept only for compatibility reasons and will be removed in future versions of the plug-in. It is strongly recommended to use the Get database parameter command of 4D.

AP GET PARAM allows you to read the internal 4D options usually set with 4D Customizer Plus. Using this command, you can restore a value set by 4D Customizer Plus when you want to temporarily change it using the command AP SET PARAM.

For more information about the value parameter, please refer to the AP SET PARAM command description.

Example  

The following code allows you to retrieve the value of the parameter 2:

 AP GET PARAM(2;$param)

 
PROPERTIES 

Product: 4D Pack
Theme: 4D_Pack : Utilities
Number: 61959

This command is deprecated and should not be used anymore

 
HISTORY 

Modified: 4D Pack v11

 
SEE ALSO 

AP SET PARAM