TSeriesTextGetValue

TSeriesTextGetValue

type TSeriesTextGetValue = procedure(Field: TSeriesTextField; Const Text: String; Var Value: Double) of object;

Unit
TeeSeriesTextEd

Description
Use with TSeriesTextField TSeriesTextField.OnGetValue.html">OnGetValue event.

The Field parameter specifies the text field in the source text data.
The Text string parameter contains the text representation of value.

Note:
The Value parameter must be set in this event.