ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
State (Property)
The State property is used to get and change the state of an element.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Other operators
The following are additional operators......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
1
2
3
4
5
6
232
>