TJwOnGetSecurity = procedure (Sender: TJwSecurityDescriptorDialog; const Information: TJwSecurityInformationFlagSet; const bDefault: boolean; var SD: TJwSecurityDescriptor) of object;
|
Parameters |
Description |
|
Sender |
Contains the dialog instance that called this callback message. |
|
Information |
defines a set of security information flags that have to be stored in the security descriptor |
|
bDefault |
TBD |
|
SD |
defines a security descriptor that provides information for the ACL editor. It can be nil to use the property SecurityDescriptor of Sender is used |
TJwOnGetSecurity is a callback procedure that is called if the ACL editor needs information about the security descriptor. Usually the property SecurityDescriptor of Sender is used. However if the parameter SD is not nil the parameter SD is used instead. If it is nil the property SecurityDescriptor is used.
|
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!
|