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.
Called before you execute the standard code in the init form event.
Syntax
public void initPre()
Run On
Called
Remarks
The base implementation calls the same method on all PmfFormCtrl assigned as sub-controls to this object. All child classes must call this parent method if they override this method. The form only must call this event method if there is actual code associated with the event method or any of the sub-controls associated with this object.