PM_DataItemStateSet

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.

Const.PM_DataItemStateSet

An application or the framework sends the Const.PM_DataItemStateSet to a data item to set its edit state

Parameters

Name Description
nState = wParam The new edit state of the data item. Possible values are all Const.EDIT_Empty, Const.EDIT_New, Const.EDIT_Changed, Const.EDIT_Query, Const.EDIT_Removed

Returns

Application should return TRUE if processing this message.