Web.Stencils.TWebStencilsProcessor.UserLoggedIn
Delphi
property UserLoggedIn: Boolean read FUserLoggedIn write FUserLoggedIn default False;
C++
__property bool UserLoggedIn = {read=FUserLoggedIn, write=FUserLoggedIn, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
Indicates if the user is logged in. This is used when processing the @LoginRequired
element.
Note: If the property is
false
, the engine raises an exception of type EWebStencilsLoginRequired.