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