TIpClient() > Instance variables |
Codeblock or function pointer for progress information.
Data type: | C|P | Default: | NIL |
The instance variable :exGauge can be assigned a code block or a function pointer. It is executed in methods :readToFile() or :writeFromFile() and receives three parameters which can be used to display progress information. The parameters are 1) numeric number of bytes already processed, 2) numeric number total bytes to process and 3) the self object
http://www.xHarbour.com