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.)...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device...
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs...
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated...
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file...
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font...
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed...
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font...
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make...
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
fCurrentDir (Function)
Identifies or modifies the current directory.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable...
RGB (Function)
Defines a color from its Red, Green and Blue components.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
StatVarianceP (Function)
Calculates the variance for a full series of values.
FinNetCurrentVal (Function)
Returns the net current value of investment.
DateToInteger (Function)
Converts a date to an integer.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.