From wiki.swiftlytilting.com
WinBinder Manual/wb refresh
Refreshes or redraws an object
Syntax
bool wb_refresh (int wbobject [, bool now])
- if now is TRUE, Refreshes or redraws the WinBinder object wbobject, forcing an immediate redraw. If now is FALSE (the default), the redraw command is posted to the Windows message queue.
Returns
Returns TRUE on success or FALSE if an error occurs.
See also