ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
ERR_BAD_FILE
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
10. UMC: User Macro-Code
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......