Built-in functions / Built-in functions |
Returns the text of the input buffer of the current field.
FGL_DIALOG_GETBUFFER() RETURNING result STRING
The FGL_DIALOG_GETBUFFER() function returns the content of the input buffer of the current field. It must be used in INPUT, INPUT ARRAY and CONSTRUCT blocks.
The function is especially useful in a CONSTRUCT instruction, because there is no variable associated to fields in this case.
Consider using the ui.Dialog.getFieldBuffer() method instead.