ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
XMLDocument (Function)
Creates a new XML document.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock...
ArrayCopy (Function)
Copies the content of an array to another array.
UserPassword (Property)
The UserPassword property is used to manage the user password required in an authentication...
Action Bar control events
Extern (Reserved word)
EXTERN is used to...
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
NextTitle (Function)
Modifies the title of next window to open.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable...
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable...
The Tab control
The Tab control is used to simultaneously display different controls......
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus...
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Warning (Function)
Displays a custom message in a system warning window.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch...
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......