RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapter.OnHasRights Event

Determines if the user rights match the rights being queried.

Pascal
property OnHasRights: TEndUserRightsEvent;
C++
__property TEndUserRightsEvent OnHasRights;

The OnHasRights event handler is called from DoOnHasRights to determine if the user rights match the rights being queried. A customized event handler should be written to determine the rights for your specific application. 

 

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