| ||||
|
| |||
Returns whether a specified member has access rights to an object. Syntax
ParametersMyMemberThe member whose access rights are to be checked. CanAccessUpon return, TRUE if the member has access to the object, FALSE if not. Return value
|
Home See
also
| |||
|
|
CanAccess methodReturns whether a specified member has the specified access mode rights to an object. Syntax
ParametersMyMemberThe member whose access rights are to be checked. MyAccessModeWhat type of access to check for, as an ERUAccessMode enumeration. CanAccessUpon return, TRUE if the member has the specified access to an object, FALSE if not. Return value
|
Home See also |