|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Events > OnBrowserCheck |
This event is triggered when a new user is connecting ro your application. Use this event to determine the application behavior in accordance to the browser the user is using.
IntraWeb 15.1 made this event partially obsolete. In case the specific browser is not correctly identified, IntraWeb will treat it as a Chrome browser (which currently has around 60% of market share). You can still use the event if you want it to be handled differently.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnBrowserCheck
ETYPE=Event
Declaration:
Delphi: |
published property OnBrowserCheck: TOnBrowserCheckEvent; |
C++: |
__published: __property TOnBrowserCheckEvent OnBrowserCheck; |
Description: This is OnBrowserCheck, a member of class TIWServerControllerBase.