ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
FinNetCurrentVal (Function)
Returns the net current value of investment.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
ArrayCopy (Function)
Copies the content of an array to another array.
Comparison operators
The comparison operators can be divided into several categories......
fRename (Function)
Modifies the name of a file.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
iBorder (Function)
Prints a border at specified coordinates.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
FaxPause (Function)
Pauses a fax in the spooler.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Creating the Form pages of a WEBDEV RAD pattern