◄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.