RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserList.OnUserIDNotFound Event

Triggered if the UserID is not found in the TCustomWebUserList object.

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

This event is triggered if the UserID is not found in the TCustomWebUserList object. The CheckAccessRights protected function triggers this function if the UserID is not found while checking the access rights. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!