RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!