ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNext (Function)
Sets the position on the next data file record according to a browse item.
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).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
grTitle (Function)
Modifies the caption and/or position of the chart title....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
Space (External language)
Fills the content of WdString with space characters on the right.
HState (Function)
Used to find out the state of a record.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
OBEX constants
List of constants used by the OBEX functions....
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Option,Space (External language)
Fills the content of WdString with space characters on the right.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
BreakAdd (Function)
Adds a break into a Table or Looper control.