|
GChartPatterns.ChartEvent()
Contains the functions for triggering ChartEvents in relation to Glib functions.
It is recommended to integrate this function in every expert in each Glib class.
void GChartPatterns.ChartEvent( |
Parameters
id
[in] id parameter for the transmission to the Glib ChartEvent. Here simply enter the variables of OnChartEvent.
lparam
[in] long parameter for the transmission to the Glib ChartEvent. Here simply enter the variables of OnChartEvent.
dparam
[in] double parameter for the transmission to the Glib ChartEvent. Here simply enter the variables of OnChartEvent.
sparam
[in] string parameter for the transmission to the Glib ChartEvent. Here simply enter the variables of OnChartEvent.
Note
This function should be used always when using the class, as it provides, among other things, deinitialization of the class by button automatically.
Example:
//--- Include Glib classes |
See also