ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Handling controls in a report
The different operations available for the report controls are as follows......
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Error 1050: This member already exists in the composite variable
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Structure (Type of variable)
A structure is a custom type of data...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....