ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorLock (Function)
Used to check whether a lock error occurred.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
Discover all the possibilities of pivot tables
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
zipCreate (Function)
Creates an archive.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......