Get() > Instance variables |
Code block calling an alternative Get reader procedure.
Data type: | B | Default: | NIL |
The instance variable :reader is reserved for a user-defined Get reader procedure. :reader can be assigned a code block which receives the Get object and must call a procedure that processes user input for the Get object. Refer to METHOD Reader in source\rtl\Getlist.prg for an example of a Get reader implementation.
http://www.xHarbour.com