SetFillColor(255,0,0) contains the colour in which the text will be displayed.
The three numbers correspond to the values for red, green and blue respectively.
SetFont('Verdana', 25, 0, 0, 0, 0)defines the font used for the text.
The values associated with this parameter determine the size of the text and whether it is bold, italic, underlined or crossed
out, respectively.
Text('My_Text', 0, 0, 0) corresponds to the text itself.
The three values associated with this parameter correspond to the position of the text with regard to the point of rotation
(horizontal, vertical, angle).
Compatibility. This tip uses an ActiveX control and only works with Internet Explorer.