Location: Symbol Reference > Types > TOnJwIsDaclCanonical Type
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TOnJwIsDaclCanonical Type
Pascal
TOnJwIsDaclCanonical = procedure (Sender: TJwSecurityDescriptorDialog; const ACL: TJwSecurityAccessControlList; var IsCanonical: boolean) of object;
Parameters 
Description 
Sender 
Contains the dialog instance that called this callback message.  
ACL 
defines the access control list which must be checked.  
IsCanonical 
defines the result of the process that checks the ACL. Set it to true if the order of the ACL is correct, otherwise false. If it set to false the ACL editor shows a message that informs the user about the incorrect order. The ACL is automatically checked for correct order and the result value is predefined in IsCanonical. 

TOnJwIsDaclCanonical is a callback procedure that is called if the an ACL has to be checked for correctness.

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!