ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window management functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
WinSystemButton (Function)
In french: FenBoutonSystème
Modifies the type of the system button displayed in the title bar of a window.
The title bar of a window can contain:
  • an "OK" button:
  • a "Cancel" button:
  • no button:
Example
// Modify the button of the "WIN_CustomerInput" window
WinSystemButton(WIN_CustomerInput, OKButton)
Syntax
WinSystemButton(<Window name> , <Type of button>)
<Window name>: Character string (with or without quotes)
Name or alias of window to use. If this parameter corresponds to an empty string (""), the current window is used.
<Type of button>: Constant
Type of the button in the window to use:
NoButtonNo button will be displayed in the title bar of the window.
CancelButtonThe "Cancel" button will be displayed in the title bar of the window.
OKButtonThe "OK" button will be displayed in the title bar of the window.
Component: wp260obj.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/19/2020

Send a report | Local help