ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
zipListFile (Function)
Returns the list of files found in an archive.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
FTPCommand (Function)
Sends a specific FTP command to a server.
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
fMoveFile (Function)
Moves a file from one directory to another.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Calling a procedure/a function
Syntax for calling a local or global procedure.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HStatDate (Function)
Returns the date of the last update for the index statistics.
HDeleteServerTrigger (Function)
Deletes a server trigger.