Next: Example of dialog box
Up: Dialog boxes
Previous: Creation of the fields
The fields can be read after the first call of #:xdialog:run but before the call of #:xdialog:close.
-
Dialog:GetFieldAsInteger(WIN FIELD)
-
This function reads the integer value associated to a field.
- WIN (input INT) is the dialog box identifier.
- FIELD(input INT) is the field identifier.
- The function returns the integer value (return INT).
-
Dialog:GetFieldAsText(WIN FIELD)
-
This function reads the text value associated to a field.
- WIN (input INT) is the dialog box identifier.
- FIELD(input INT) is the field identifier.
- The function returns the text value (return STRING).
Yann Mevel
1999-04-30