PostMessageToParent

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber PostMessageToParent(SalNumber nMessage, 
SalNumber nwParam,
SalNumber nlParam)

The PostMessageToParent method posts a message to and objects logical parent.

Parameters

Name Description
SalNumber nMessage Number of the message to send. This is typically a Const.SAM_*, Const.PM_*, or Const.PAM_* message constant.
SalNumber nwParam The value that will be available to the receiver in the wParam system variable.
SalNumber nlParam The value that will be available to the receiver in the lParam system variable.

Returns

This method does not return a value.