ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Logical operators
The logical operators are as follows......
OpenSister (Function)
Opens a non-modal sibling window.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
The single-part and multi-part archives
Two types of archives are available......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Chart: Managing legends
Several types of legends are supported in the charts......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....