ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
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....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
HTTPRequest (Function)
Starts an HTTP request on a server.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Type (Property)
The Type property is used to get and change the type of an element.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
LooperSelectPlus (Function)
Selects a row in a Looper control.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
iPrintImage (Function)
Sends the image file to print to the print buffer.
HDescribeConnection (Function)
Describes a new connection to an external database.