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.
Methods Details
  Summary  Details                           Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Methods Details
 
 ■ Methods work only when used with forms, controls, or special objects. In
   general, the syntax is:
 
         [form.][object].method
 
 ■ If object is omitted, then the method applies to the current form. If
   included, object can be any of the following:
 
         Value       Description
         ═════════   ═══════════════════════════════════════════════════════
         CLIPBOARD   The CLIPBOARD keyword; required with methods that
                     apply to the CLIPBOARD object. See: CLIPBOARD Object
         control     Name of a control, or any valid reference to a control;
                     specific control name types are indicated directly. For
                     example:
 
                          {listbox | combobox}.method
 
                     This syntax indicates that a list box or combo box
                     control name must be specified with the method.
                     See: Controls Summary
         form        Name of a form; the form containing the statement is
                     specified by default when no object is given.
                     See: Form
         PRINTER     The PRINTER keyword; required with methods that apply
                     to the PRINTER object. See: PRINTER Object
         SCREEN      The SCREEN keyword; required with methods that apply
                     to the SCREEN object. See: SCREEN Object