PM_DataItemRemove

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_DataItemRemove

The Const.PM_DataItemRemove message is sent to all data items in a data source after a record has been marked for deletion, or had its deletion mark removed.

Parameters

Name Description
wParam Unused
bMark = lParam Indicates if the record was marked for deletion. A value of TRUE indicates that the record was marked for deletion, a value of FALSE indicates that the deletion mark was removed.

Returns

Unused (the Framework ignores the return value of this message)