qck.hlp (Table of Contents; 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
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns a handle to the control that has the focus (ActiveControl); invalid
 if all controls on the form are invisible or disabled. Returns a handle to
 the form that contains the active control (ActiveForm); invalid if no forms
 are loaded. Read-only at run time; not available at design time.
 
    SCREEN.ActiveControl
    SCREEN.ActiveForm
 
 Applies To
    SCREEN Object
 
 See Also
    Focus Definition       GotFocus Event         LostFocus Event