EditDataItemStateSet

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 EditDataItemStateSet(SalNumber nState)

The EditDataItemStateSet method set's the state of a data item.

Parameters

Name Description
SalNumber nState New state for the data item. Specify any of the Const.EDIT_Changed, Const.EDIT_Empty, Const.EDIT_New, Const.EDIT_Query, or Const.EDIT_Removed constants.

Returns

This method does not return a value.