ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPRequest (Function)
Starts an HTTP request on a server.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
HSetPosition (Example)
Usage example of the HSetPosition function
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
HReadSeek (Example)
Usage example of the HReadSeek function
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
fWrite (Example)
Usage example of the fWrite function
zipExtractPath (Example)
Usage example of the zipExtractPath function
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
HLinkMemo (Example)
Usage example of the HLinkMemo function
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
fReadLine (Example)
Usage example of the fReadLine function
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Right (Function)
Extracts the last characters from a string or string buffer.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
ThreadExecute (Function)
Starts the execution of a secondary thread.
FTPCommand (Example)
Usage example of the FTPCommand function