TransformationHistory: Boolean;
The TransformationHistory property determines whether to display a tooltip of changing the factor value. True - to display the tooltip, False - do not display. The default value is False.
Executing the example requires a form with the Button1 button, the TabSheetBox component and the UiErAnalyzer component named UiErAnalyzer1 that is a data source for TabSheetBox. Working area of the time series database must be loaded to UiErAnalyzer1.
Click the button to start executing this example.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Var
Eax: IEaxAnalyzer;
Laner: ILaner;
Begin
Eax := UiErAnalyzer1.ErAnalyzer;
Laner := Eax.Laner;
Laner.TransformationHistory := True;
End Sub Button1OnClick;
After executing the example hovering over data cell with a cursor brings up the tooltip that contains the name of the revision, in which the changes of the factor were made.
See also: