ParameterEncode

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.

SalBoolean ParameterEncode ( cMessage Mandatory,
                          cMessage NonMandatory )

The ParameterEncode method is called by the framework whenever it needs to store the parameters and their value from the current sheet. The mandatory and non mandatory parameter list should be encoded (packed) separately.

Parameters

Name Description
cMessage Mandatory List of all mandatory parameters that must contain a value when the sheet is validated.
cMessage NonMandatory The list of all non mandatory parameters and their values (if any).

Returns

This method return TRUE is the ecoding was successful, FLASE otherwise.

Comments

This method is normally called when deactivating (leaving) the wizard step.