ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
LoadParameter (Function)
Reads a persistent value.
Custom tooltips
Tooltips are very useful for application users......
Count (Property)
The Count property returns the number of elements in a given set.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
The Line control
A Line control is used to display a line in a page......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
eChangeCurrency (Function)
Converts a currency into another currency.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gLine (Function)
Builds a sequence of characters containing a line.
Using a query with parameters
A query with parameters can be used......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......