Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Is called by the system when a form receives focus.
Syntax
public void activate(boolean active)
Run On
Client
Parameters
- active
Type: boolean
A Boolean data type that specifies whether a form has focus.
Remarks
The form must be visible for the method to have effect.
To override this method on a form, right-click the Methods node below the form, click Override Method, and then click activate.