HelpCommandSet

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

The HelpCommandSet method sets the help parameters for a window object.

Returns

This method does not return a value.

Comments

The framework calls HelpCommandSet when a user presses F1 to invoke on-line help. If no help parameters are set after HelpCommandSet has terminated, the framework forwards the help request to the parent object.

The framework also provides a default implementation of HelpCommandSet for all top-level windows. Applications may (but it is not recommended) override this implementation.