advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CLIPBOARD Object Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 CLIPBOARD.method
 
 Usage Notes
   ■ The CLIPBOARD object is accessed by including the keyword CLIPBOARD when
     referencing applicable methods. For example:
 
         CLIPBOARD.CLEAR
 
   ■ The CLIPBOARD object can contain only one set of data. This data is lost
     when another set of data is placed on the Clipboard.
 
   ■ The ability to cut, copy, and paste text in a text box is automatically
     provided to the user. The CLIPBOARD object allows you to use this
     feature with other controls by allowing you programmatic access.
 
   ■ The CLIPBOARD object can be used to facilitate common programming tasks.
     For example, the CLIPBOARD can be used in a simple search-and-replace
     routine.