Back to product page

PrintData event


Fires when application has data to print.

Syntax

  • Basic
Private Sub object_PrintData (ByVal Text)
The PrintData(Text) syntax has these parts:
TextString.

Remarks

This event is only available in OCX (GUI) version of the component.

After you have received PrintStart event, wodTelnetDLX will not show data on the screen. Rather, it will provide it to you through this event. You should send it to printer by yourself at this point (look for example here), write to file etc..

This event can be fired many times before PrintEnd event will notify you that printing should be completed.

Platforms

Windows