Scale: Double;
The Scale property returns the new table scale.
Sub TabSheetBox1OnScaleChange(Sender: Object; Args: ITabScaleEventArgs);
Var
d: Double;
Begin
d:=Args.Scale;
End Sub TabSheetBox1OnScaleChange;
After executing the event the variable «d» will contain the new table scale.
See also: