ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Border (Property)
The Border property gets and sets the characteristics of the borders: for a report control or block. for a window control. for a cell of the Table control....
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Typing multilingual texts
For a multilingual application, you have the ability to......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static Text control.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static text control....
<Libellé>AnimationSetParameter (Function)
Changes one of the animation parameters used for animated text (in a Static Text control).
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HeightHalfExpanded (Property)
The HeightHalfExpanded property gets and sets the "half-expanded" height of the bottom sliding window associated with the current window.
EndDate (Property)
The EndDate property gets and sets the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......