ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Seek (Function)
Searches for the index of an element in a WLanguage array.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Contains (Function)
Allows you to check if a substring is within a string.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
InAutomaticTestMode (Function)
Allows you to find out whether an automated test is currently run or not.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....