TJwOnSetSecurity = procedure (Sender: TJwSecurityDescriptorDialog; SecurityType: TJwSecurityInformationFlagSet; SecurityDialogFlags: TJwSecurityDialogFlags; SecurityResetTypes: TJwSecurityResetTypes; Settings: TJwSecurityDescriptorControlSet; NewSecurityDescriptor, MergedSecurityDescriptor : TJwSecurityDescriptor; var bSuccess: boolean) of object;
|
Parameters |
Description |
|
Sender |
Sender contains the TJwSecurityDescriptorDialog implementation. |
|
SecurityType |
contains information which part of the SD is changed. |
|
SecurityDialogFlags |
contains information about flags, states and checkboxes states in the dialog that are set |
|
SecurityResetTypes |
defines what parts the SD must be recursively assigned to the objects. |
|
Settings |
contains the SD control bits of the parameter NewSecurityDescriptor. |
|
NewSecurityDescriptor |
is the security descriptor which contains the security information that was changed in the dialog |
|
MergedSecurityDescriptor |
contains the merged security information from NewSecurityDescriptor and the property SecurityDescriptor |
|
bSuccess |
Defines whether the security information could be set. Its default value is false. If true, the property SecurityDescriptor is to MergedSecurityDescriptor and the ACL editor updates its data. If false the ACL editor resets its data. |
TJwOnSetSecurity is a callback procedure that is called if the user hit the OK or Apply Button. If the function is not called the security descriptor is not changed and the user cannot apply the security information.
|
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!
|