ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Exclusive WINDEV SaaS (Update 3) new feature. See "Using SaaS-exclusive new features in a project".
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The ControlColor property allows you to get the background color of controls in a PDF form displayed in a PDF Reader control.
New in SaaS
This new property is available from WINDEV Suite SaaS 2025 Update 3.
Example
// Background color of controls in PDF forms
PDF_Reader.ControlColor = DarkGreen
// Color of the field that has focus in PDF forms
PDF_Reader.FocusColor = LightBlue
Syntax

Getting the background color of controls in forms Hide the details

<Result> = <Control used>.ControlColor
<Result>: Constant or character string
Background color of controls in forms. Corresponds to one of the following options:
<Control used>: Control name
Name of the PDF Reader control.

Setting the background color of controls in forms Hide the details

<Control used>.ControlColor = <New color>
<Control used>: Control name
Name of the PDF Reader control.
<New color>: Constant or character string
New background color for controls in forms. Corresponds to one of the following options:
Minimum version required
  • Version 2025 (SaaS)
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/21/2025

Send a report | Local help