RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserList.OnBeforeCheckAccessRights Event

Triggered at the end of the CheckAccessRights protected function.

Pascal
property OnBeforeCheckAccessRights: TCheckAccessRightsHandledEvent;
C++
__property TCheckAccessRightsHandledEvent OnBeforeCheckAccessRights;

This event is triggered at the end of the CheckAccessRights protected function. It can be used to perform your own custom checking instead of the default checking by the Web user list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!