PSheetApplyChanges

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 PSheetApplyChanges(SalString sSheet, 
SalString sProfileName, SalString sProfileSection)

This method handles Profile changes. It is called to notify the changes made at the Property sheet, to the respective form.

Parameters

Name Description
SalString sSheet Name of the property sheet
SalString sProfileName Name of the profile
SalString sProfileSection Name of the Profile section. the name of the form is used

Returns

This method does not return a value.

Comments

This method can be called once a form is been opened and when changes done to the property sheet are to be applied to the form.