ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlToSource (Function)
Assigns the control value to the source of a control link.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
GglConnect (Example)
Usage example of the GglConnect function
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
LooperInsert (Function)
Inserts a row into a Looper control.
fSize (Function)
Returns the size of a file (in bytes).
fShortName (Function)
Returns the short name of a file or directory.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateDifference (Function)
Calculates the number of days between two dates.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.