RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.OnAfterCheckAccessRights Event

Triggered at the start of the CheckAccessRights protected function.

Pascal
property OnAfterCheckAccessRights: TCheckAccessRightsEvent;
C++
__property TCheckAccessRightsEvent OnAfterCheckAccessRights;

This event is triggered at the start of the CheckAccessRights protected function. This event can be used if any additional checking or initializing is desired before the access rights are checked. 

 

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