Difference between revisions of "TGame.OnTCPMessage"
m |
m |
||
Line 3: | Line 3: | ||
Event handler type: [[TOnTCPCommandEvent]] | Event handler type: [[TOnTCPCommandEvent]] | ||
Event handler declaration: | Event handler declaration: | ||
− | + | procedure ('''Ip''': string; '''Port''': Word; '''Text''': string); | |
==Description== | ==Description== | ||
Event property called when a TCP admin sends a message to the server.<br> | Event property called when a TCP admin sends a message to the server.<br> | ||
− | |||
− | |||
[[Category:TGame]][[Category:Events]] | [[Category:TGame]][[Category:Events]] |
Revision as of 11:04, 29 August 2016
property OnTCPCommand Access mode: RW Event handler type: TOnTCPCommandEvent Event handler declaration: procedure (Ip: string; Port: Word; Text: string);
Description
Event property called when a TCP admin sends a message to the server.