Difference between revisions of "TTnScript"
Jump to navigation
Jump to search
(Created page with '== Overview == *'''unit''' OverbyteIcsTnScript.pas *'''inheritance''' TTnEmulVT - TComponent The TTnScript is a descendant of TTnEmulVT that encapsulates searching through recei…') |
|||
Line 3: | Line 3: | ||
*'''inheritance''' TTnEmulVT - TComponent | *'''inheritance''' TTnEmulVT - TComponent | ||
− | The TTnScript is a descendant of TTnEmulVT that encapsulates searching through received data for a search strings, replying a given string (optional) and triggering an event handler (optional) when a search string is encountered. It links | + | The TTnScript is a descendant of TTnEmulVT that encapsulates searching through received data for a search strings, automatically replying a given string (optional) and triggering an event handler (optional) when a search string is encountered. It links into TTnEmulVT via the TriggerDataAvailable virtual method to get data received and if it has search strings to test for, calls processinputdata. |
== Properties == | == Properties == | ||
== Methods == | == Methods == |
Revision as of 09:54, 30 December 2015
Overview
- unit OverbyteIcsTnScript.pas
- inheritance TTnEmulVT - TComponent
The TTnScript is a descendant of TTnEmulVT that encapsulates searching through received data for a search strings, automatically replying a given string (optional) and triggering an event handler (optional) when a search string is encountered. It links into TTnEmulVT via the TriggerDataAvailable virtual method to get data received and if it has search strings to test for, calls processinputdata.