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.
Executes after a call to the init method.
Syntax
public void initPost()
Run On
Called
Remarks
The base implementation of this method calls the same method on all PmfFormCtrl objects that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form must only call this event method if there is actual code associated with the event method or any of the sub-controls associated with this object.The base implementation automatically calls the PmfFormCtrl.refreshManager method to make sure that any associated instances of the FormButtonManager class have been correctly initialized.