| R | |
| RaGrid | |
| Read | |
| Rebar | |
| ReCalc | |
| Recall | |
| Redo | |
| Redraw | |
| Refresh | |
| ReloadFile | |
| Remote Buffer | |
| Remove | |
| RenderHTML | |
| RenderHTMLRect | |
| ReplaceSel | |
| ResetColumns | |
| ResetContent | |
| Restart | |
| RichEdit | |
| Run | 
Read from the remote buffer into local buffer
RemoteBuf_Read( ByRef H, ByRef pLocal, pSize, pOffset = 0 ) 
Recalculates the sheet.
SS_ReCalc( hCtrl ) 
Store & recall window position, size and/or state.
Win_Recall( Options, Hwnd = "", IniFileName = "" ) 
Do redo operation
HE_Redo( hEdit ) 
Redraws the window.
Win_Redraw( Hwnd = 0, Option = "" ) 
Refresh tray icons.
Tray_Refresh() 
Reload file
HE_ReloadFile( hEdit, idx = -1 ) 
Unregisters an appbar by removing it from the system’s internal list.
Appbar_Remove( Hwnd ) 
Render HTML onto a device context.
QHTM_RenderHTML( DC, HTML, Width ) 
Render HTML onto a device context and confined within a rectangle.
QHTM_RenderHTMLRect( DC, HTML, PRECT ) 
Replace selection with desired text
HE_ReplaceSel( hEdit, text = "" ) 
Reset columns of the control.
RG_ResetColumns( hGrd ) 
Reset content of the control.
RG_ResetContent( hGrd ) 
Restarts shell.
Shell_Restart() 
Retrieve and be notified about output from the console programs.
Run( Cmd, Dir = "", Skip = 0, Input = "", Stream = "" )