AddParameters

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 AddParameters(SalString sSheet, SalString sMsg)

The AddParameters method adds a packed message with sheet specific parameters to the list.

Parameters

Name Description
SalString sSheet The name of a cPSheetDialog dialog box.
SalString sMsg The packed message with sheet specific parameters.

Returns

The return value is TRUE if there exists a sheet to connect the parameter to, FALSE otherwise

Comments

AddParameters method is used to pass the parameters at runtime to the property sheet, which should be known  before the creation of the property sheet.