ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
zipDeleteFileList (Function)
Deletes a list of files from an archive.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Seek (Function)
Searches for the index of an element in a WLanguage array.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
TextToRTF (Function)
Converts text to Rich Text Format.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
MyParent (Reserved word)
MyParent is used to handle...
Logical operators
The logical operators are as follows......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Composite variable
A composite variable contains different types of elements (members)...
HChangeName (Function)
Modifies the physical name of a data file.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....