[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaiaccess.pas line 87
type IAccessControl = interface(IUnknown) |
function GrantAccessRights(); |
function SetAccessRights(); |
function SetOwner(); |
function RevokeAccessRights(); |
function GetAllAccessRights(); |
function IsAccessAllowed(); |
end; |
| |
IInterface |