Page History
...
The Details Methods tab is used to create and view methods for the component being edited.
When you double-click on a method, a statement invoking this method is inserted into the source of your component in the position where the cursor is in the 3.20 Source Tab.
...
EVTROUTINE HANDLING(#PHBN_2.Click)
INVOKE METHOD(#COM_OWNER.MaximizeForm)
ENDROUTINE
