|
JWSCL Documentation
|
function Remove(const AccessEntry: TJwSecurityAccessControlEntry): integer; overload;
|
Parameters |
Description |
|
aObject |
contains the ACE to be removed |
Remove returns the index of the ACE in the list before it was removed. If the ACE could not be found the return value is -1.
Remove removes a ACE from the list. If the List owns the object the ACE will also be freed. Do not call the Free method of the object to be removed if property OwnObjects is True otherwise an exception will be raised.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|