Changeset 79 for trunk/Pages/UUserControlPage.pas
- Timestamp:
- Jun 19, 2012, 10:39:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Pages/UUserControlPage.pas
r78 r79 63 63 UserId: Integer; 64 64 begin 65 with TWebSession( MainModule), HtmlDocument.Body do begin65 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin 66 66 Form := TQueryForm.Create; 67 67 with Form do begin … … 108 108 UserId: Integer; 109 109 begin 110 with TWebSession( MainModule), HtmlDocument.Body do begin110 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin 111 111 Form := TQueryForm.Create; 112 112 with Form do begin … … 165 165 procedure TUserControlPage.HandleLogout(HandlerData: THTTPHandlerData); 166 166 begin 167 with TWebSession( MainModule), HtmlDocument.Body do begin167 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin 168 168 UserOnline.Logout; 169 169 with THtmlString(SubItems.AddNew(THtmlString.Create)) do
Note:
See TracChangeset
for help on using the changeset viewer.