| | | |
| ReadPixel | Read a pixel from a pixmap
The returned 32 bit value contains the following components:
[ bits 24-31 | pixel alpha
* bits 16-23 | pixel red
* bits 8-15 | pixel green
* bits 0-7 | pixel blue
] | 0 | Nobody (1+ years ago) |
| ReadShort | Read a Short from a stream
ReadShort reads 2 bytes from stream... | 0 | Nobody (1+ years ago) |
| ReadStdin | Read a string from stdin | 0 | Nobody (1+ years ago) |
| ReadStream | Open a stream for reading
All streams created by OpenStream, ReadStream or WriteStream should eventually
be closed using CloseStream... | 0 | Nobody (1+ years ago) |
| ReadString | Read a String from a stream
A TStreamReadException is thrown if not all bytes could be read... | 0 | Nobody (1+ years ago) |
| RealPath | Get real, absolute path of a file path | 0 | Nobody (1+ years ago) |
| RedrawGadget | Redraws a gadget... | 0 | Nobody (1+ years ago) |
| Release | Release an integer Object handle | 0 | Nobody (1+ years ago) |
| Rem | Begin a remark block | 0 | Nobody (1+ years ago) |
| RemoveGadgetItem | Remove a gadget-item from a list based gadget... | 0 | Nobody (1+ years ago) |
| RemoveHook | Remove a hook function
Removes the hook function specified by id, func and context... | 0 | Nobody (1+ years ago) |
| RemoveHotKey | Remove a hotkey event... | 0 | Nobody (1+ years ago) |
| RenameFile | Renames a file | 0 | Nobody (1+ years ago) |
| Repeat | Execute a block of code Until a termination condition is met, or Forever | 0 | Nobody (1+ years ago) |
| Replace | Performs a search and replace function
The Replace$ command replaces all instances of one string with another... | 0 | Nobody (1+ years ago) |
| RequestColor | Prompts the user for a color... | 0 | Nobody (1+ years ago) |
| RequestDir | Display system folder requester... | 0 | Nobody (1+ years ago) |
| RequestedBlue | Get the blue component of requested color... | 0 | Nobody (1+ years ago) |
| RequestedGreen | Get the green component of requested color... | 0 | Nobody (1+ years ago) |
| RequestedRed | Get the red component of requested color... | 0 | Nobody (1+ years ago) |
| RequestFile | Display system file requester... | 0 | Nobody (1+ years ago) |
| RequestFont | Prompts the user to select a system font... | 0 | Nobody (1+ years ago) |
| ResetCollisions | Clears collision layers specified by the value of mask, mask=0 for all layers... | 0 | Nobody (1+ years ago) |
| ResizeBank | Resize a bank
ResizeBank modifies the size limit of a bank... | 0 | Nobody (1+ years ago) |
| ResizePixmap | Resize a pixmap | 0 | Nobody (1+ years ago) |