|
|
|
|
|
- Name of the parameter in a registry
// Save SaveParameter("LOGIN", EDT_Edit1)
// Restore EDT_Edit1 = LoadParameter("LOGIN")
Sintaxis
SaveParameter(<Parameter name> , <Parameter value>)
<Parameter name>: Character string Name of the parameter to be saved. This parameter must not correspond to an empty string. <Parameter value>: Character string or integer Value to save. Observaciones Name of the parameter in a registry - Case 1: Parameter name is "Param1 ":
This parameter is saved in the registry by using the following path: HKEY_CURRENT_USER\Software\<Company>\<Application>\Param1 - Case 2: parameter name is "FEN_Window1\SAI_Entry2\Param1 ":
This parameter is saved in the registry by using the following path: HKEY_CURRENT_USER\Software\<Company>\<Application>\WIN_Window1\EDT_Edit2\Param1 - Case 3: parameter name is "FEN_Fenêtre1.SAI_Saisie2.Param1 ":
This parameter is saved in the registry by using the following path: HKEY_CURRENT_USER\Software\<Company>\<Application>\WIN_Window1\EDT_Edit2\Param1
Reminder To find out the path to the registry where application information is stored, use the ProjectInfo function with the constant piRegistre. <Company> corresponds to the company specified when creating the executable. If this name is not specified, <Company> corresponds to "WINDEV applications". Note: In Test mode, the path used in the registry is as follows: HKEY_CURRENT_USER\SOFTWARE\PC SOFT\WinDev\30.0\TestMode\<project>. Clasificación Lógica de negocio / UI: Código neutro
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|