contents   index   previous   next



seDelete

 

syntax:

   boolean

SEContext.seDelete(SEObject obj,

                   SEMemberDesc mem);

where:

obj the object half of the Object,Member pair

 

mem the member half of the Object,Member pair

 

return:

The boolean true if the member was deleted or did not exist, false if it could not be deleted such as trying to delete a virtual object's member.

 

description:

This call deletes a member of an object. seDelete is not affected by the SE.DONTDELETE flag, only the delete operator is affected. If you would like to respect the flag, use seGetAttribs to check attributes before deleting a member.

 

see:

seGetAttribs

 


seMakeObject