ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLNext (Function)
Positionq on the next element (tag or attribute).
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
IntegerPart (Function)
Returns the integer part of a number.
Size (Property)
The Size property is used to determine and change the size of an element.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
grOrientation (Function)
Modifies the orientation of chart axes.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
grType (Function)
Identifies or modifies the type of chart.
Sort (Function)
Sorts a WLanguage array.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
HListSpatialKeys (Function)
Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
fExeDir (Function)
Returns the directory from which the execution is started.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.