EntryDelete

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 EntryDelete( SalString sSection,
		     SalString sEntry )

The EntryDelete method deletes an entry from the personal profile.

Parameters

Name Description
SalString sSection The section from which to delete an entry.
SalString SEntry Name of entry to delete from the personal profile

Returns

The return value is TRUE if the entry was successfully deleted, FALSE otherwise.

Comments

It is not possible for applications to delete entries from the default profile.