Function NnetDelSet() Foundation
Deletes a bindery object from a property set.
NnetDelSet( <cObjectName>             , ;
            [<nObjectType>]           , ;  // Default: OBJ_USER
            <cPropertyName>           , ;
            <cMemberName>             , ;
            <nMemberType>             , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> lSuccessReturns .T. if a bindery object is successfully deleted from the specified property set or .F. in case of a failure (refer to NnetError() when deletion fails).
The user must have write access to the property set and the object.
<cObjectName>
An uppercase string of max. 48 characters = the object's name that has the property set <cPropertyName>.
<nObjectType>
#define constant from XBTNETW.CH beginning with OBJ_. It specifies the type of the bindery object <cObjectName>.
<cPropertyName>
An uppercase string of max. 15 characters = the property set's name that contains the bindery object <cMemberName>.
<nMemberType>
#define constant from XBTNETW.CH. It specifies the type of the bindery object <cMemberName>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
