RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!