Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>clipboard commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ClipBoard Commands
--------------------------------------------------------------------------------

 Creating a ClipBoard   DEFINE CLIPBOARD <oClp> ;
 Object                    [ FORMAT TEXT | OEMTEXT | BITMAP | DIF ] ;
                           [ OF <oWnd> ]

                        ACTIVATE CLIPBOARD <oClp>


 <oClp>          A reference to the Clipboard Object.

 <oWnd>          The Window which is managing the Clipboard.

 <cText>         The Text to place at the Clipboard.

 CLAUSES

 TEXT            Normal Text.
 OEMTEXT
 BITMAP          Not implemented yet.
 DIF             Not implemented yet.


See Also: Functions TClipBoard

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson