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.
ActiveControl, ActiveForm Properties Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 SCREEN.ActiveControl
 SCREEN.ActiveForm
 
 Usage Notes
   ■ Use the ActiveControl and ActiveForm properties to access the form or
     control that has the focus at run time.
 
   ■ ActiveControl and ActiveForm can be used to refer to a control or a
     form together with one of its properties or methods. For example:
 
         SCREEN.ActiveControl.Tag = "OkButton"
 
   ■ If the form has no controls, ActiveForm returns the form with the focus.