procedure JwCheckInitKnownSid(const Sids: array of TJwSecurityKnownSID; const SidNames: array of TJwString; const MethodName: TJwString; const ClassName: TJwString; const FileName: TJwString);
|
Parameters |
Description |
|
const Sids: array of TJwSecurityKnownSID |
defines an array of SID variables to be checked for. |
|
const SidNames: array of TJwString |
defines an array of the SID variable names in parameter Sids. On exception the SID's name is printed. |
|
const MethodName: TJwString |
defines the name of the method this parameter belongs to |
|
const ClassName: TJwString |
defines the name of the class the method belongs to. Can be empty if the method does not belong to a class |
|
const FileName: TJwString |
defines the source file of the call to this procedure. |
JwCheckInitKnownSid checks whether one or more well known sid variables from unit JwsclKnownSid are initialized (not nil). If a given variable was not created the procedure raises EJwsclInitWellKnownException; otherwise it does nothing.
This procedure is like JwsclUtils.JwCheckInitKnownSid but does a thorough check for the variables.
|
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!
|