ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
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)...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
ServiceStart (Function)
Starts a service.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
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....
gpwOpen (Function)
Opens the User Groupware login window or page.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.