Index: AAPClient/UI/UiContext.pas =================================================================== diff -u -r219 -r240 --- AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 219) +++ AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 240) @@ -25,6 +25,7 @@ fLaatsteDnaCode: String; fInfoLogSchermToonGescand: boolean; fImagesScherm: TImagesScherm; + fDesktopMode: boolean; public Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; @@ -33,6 +34,7 @@ Property LaatsteDnaCode: String Read fLaatsteDnaCode Write fLaatsteDnaCode; Property InfoLogSchermToonGescand: boolean Read fInfoLogSchermToonGescand Write fInfoLogSchermToonGescand; Property ImagesScherm: TImagesScherm Read fImagesScherm Write fImagesScherm; + Property DesktopMode: boolean Read fDesktopMode Write fDesktopMode; end; implementation