SetDefaultUnbuffered() is used to change the value of the UNBUFFERED attribute:
CALL ui.Dialog.SetDefaultUnbuffered(TRUE)
SetDefaultUnbuffered() takes one of two attributes – TRUE or FALSE.
There is some specifics about using variables with ui.Dialog methods.
You can learn about them here.