GxLabel: WriteText

WriteText

This method writes a text to the control.



 Public Function WriteText(
	  ByVal text As String ) As Long

Parameters

text
The text to write to the control.

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function WriteText(ByVal text As String) As Long

[Delphi] function WriteText(text : WideString) : Integer;

[C++] long WriteText(BSTR* text);

Remarks

See Also

Class GxLabel Overview GxLabel Properties GxLabel Methods VTextAlign