Retrieve the content of a free textboxΒΆ
get_free_textbox_content() |
Retrieve the content of a free textbox |
Version >= 6.0.5 |
SYNTAX
get_free_textbox_content(textbox_id, field_id)
Copies the current content of the free textbox into the packed field. Can be used on the callback call due a global mapped key or in another captured events. The function is created because the free format textboxes do not make use of sys.InputBuffer.
textbox_id |
Must be a free textbox name |
field_id |
The field where the textbox content will be copied |
RELATED TOPICS |