ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
fWriteLine (Example)
Usage example of the fWriteLine function
fRename (Function)
Modifies the name of a file.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
ProjectInfo (Function)
Returns specific information about the project currently run.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
FTPCommand (Function)
Sends a specific FTP command to a server.
LooperSelectPlus (Function)
Selects a row in a Looper control.
HAddUser (Function)
Adds a user to a database.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Principle for running threads
At runtime, an application runs in a main thread......
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
HTTPRequest (Function)
Starts an HTTP request on a server.