|
|
|
|
|
<Chart>.LoadParameter (Function) In french: <Graphe>.ChargeParamètre 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.
INIWrite("Parametres", "GRF_Graphe", "Param", GRF_Graphe.SauveParamètre())
GRF_Graphe.ChargeParamètre(INIRead("Parametres", "GRF_Graphe", "Param"))
Syntax
<Result> = <Chart control>.LoadParameter(<Parameters>)
<Result>: Boolean - True if the parameters have been loaded,
- False otherwise.
<Chart control>: Control name Name of the Chart control to use (in the window, page or report editor). <Parameters>: ANSI character string 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. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|