AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Restores the parameters used to draw a chart. These parameters have been saved by <Chart>.SaveParameter.
Reminder By default, graph parameters modified by the user are saved when the application is shut down. These parameters are automatically restored during the next start of the application.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see The charts.
Ejemplo
// Sauvegarde des paramètres d'un champ Graphe
INIWrite("Parametres", "GRF_Graphe", "Param", GRF_Graphe.SauveParamètre())

// Restauration des paramètres d'un champ Graphe
GRF_Graphe.ChargeParamètre(INIRead("Parametres", "GRF_Graphe", "Param"))
Sintaxis
<Result> = <Chart control>.LoadParameter(<Parameters>)
<Result>: booleano
  • True if the parameters have been loaded,
  • False otherwise.
<Chart control>: Nombre del control
Name of the Chart control to use (in the window, page or report editor).
<Parameters>: Cadena de caracteres ANSI
Parameter to restore. This parameter is compressed. It can only be returned by <Chart>.SaveParameter. The value of this parameter can be saved in a file, in a memo or in the registry.
If this parameter corresponds to an empty string (""), the function has no effect and it returns False.
Clasificación Lógica de negocio / UI: Código neutro
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local