pMe | (Object) Reference to the PmaWebDir object where the event rises. |
---|---|
pEvent | (Object) Reference to object describing detailed information about the specific event. pEvent.User - (Object) The PmUser object that represents authorized user, who called the request for this page. pEvent.TypeEnable - (Long) It enables to set the type of sending the page to the client. The designer can (according to the user setting, password or the computer address) disable the operation. Setting this parameter is recommended only for special cases. Common security setting is better to be done by standard means of the permissions: WebRead. See also PmaWeb.onNewRequest, PmaObject-Cfg.Methods. 1 (default) - enabling operation. -1 - required log-on of the user (if the user hasn't been set) or disabling the user (if the user has been set but the name and password are wrong). -2 - disabling operation for the client unconditionally. |
Access to keywords is done by the Vars method.
pMe.Vars("XXtime").Value = Pm.Time;