ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
WINDEV License Agreement
WINDEV License Agreement...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Managing parallel tasks
The computers are becoming more and more powerful......
WINDEV concepts
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
OpenChild (Function)
Opens a non-modal child window.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Count (Property)
The Count property returns the number of elements in a given set.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......