|
<< Click to Display Table of Contents >> SetText Method
|
![]() ![]()
|
![]()
procedure SetText(
const Name, FontName: WideString;
FontSize: Integer;
FontColor : OLE_COLOR;
const FontStyle: WideString;
Border: Integer;
const Text: WideString
);
![]()
Sets the Text and Text Style for the specified Text Device
![]()
Parameter |
Usage |
Name |
Text Device name |
FontName |
Font Name used for the text |
FontSize |
Font Size used for the text |
FontColor |
Font Colour used for the text |
FontStyle |
Font Style used for the text |
Border |
1 - Text is surrounded by a Border, otherwise not |
Text |
Text in the Text box. |
![]()
None.
![]()
PowaMasterObj.SetText( Name, FontName, FontSize, FontColor, FontStyle, Border, Text);
![]()
![]()