Construct

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 Construct(  )

The Construct method resets the internal state of a cMessage object.

Returns

This method does not return a value.

Comments

Applications do not need to call the Construct method the first time a cMessage variable is used. However, to be sure that all internal states are reset when "reusing" a cMessage object, the Construct method should be called.

Example provided here