[This is preliminary documentation and is subject to change.]
Writes an information text to the results and triggers an InformationOutputEvent.
| C# | Visual Basic | Visual C++ |
public abstract void WriteInformation( string text )
Public MustOverride Sub WriteInformation ( _ text As String _ )
public: virtual void WriteInformation( String^ text ) abstract
- text (String)
- The information text.
When this instance is e.g. attached to a HliForm, the supplied information text will be
displayed in this Form (the triggered InformationOutputEvent is used for this).
This method needs to be overridden in a descendant class.
This method needs to be overridden in a descendant class.