ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Used to get the rights granted to a control, a window, a page or a report.
Example
nState is int = gpwGetRights("MyWindow", "MyControl")
Syntax
<Result> = gpwGetRights(<Parent element> [, <Control name> [, <User> [, <Group>]]])
<Result>: Integer constant
Type of element:
gpwStateDefaultThe control has the "Default" status.
gpwStateGrayedThe control is grayed.
gpwStateInactiveThe control is inactive.
gpwStateInvisibleThe control is invisible.
<Parent element>: Character string
Name of the window, page or report containing the control.
<Control name>: Optional character string
Name of the control to be used.
<User>: Optional character string
Name of the user whose rights are requested.
<Group>: Optional boolean
  • True to find the rights granted to the group,
  • False to find the rights granted to a user.
Component: wd280gpu.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment