|
GChartPatterns.Ready()
Checks if the data of the class is ready for use.
After a class has been created and initialized, it needs a few ticks to collect all the data. This function checks if the data is ready for use.
This can prevent errors when starting an expert based on the data from Glib.
bool GChartPatterns.Ready(); |
Return value
In case of success, true is returned and a message is output that the class data is ready.
Beispiel:
//--- Including Glib classes |
See also