intro.bbdoc 448 B

123456
  1. A Brl.Clipboard allows to share (textual) data between applications.
  2. To create a clipboard manager, use the #CreateClipboard command.
  3. Set (textual) content of the clipboard using #ClipboardSetText or #ClipboardSetTextEx. Both commands return True or False depending on whether the text was set or not. You can also clear the clipboard with #ClearClipboard command.
  4. To retrieve the (textual) content use #ClipboardSetText or #ClipboardSetTextEx.