ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
ThreadExecute (Function)
Starts the execution of a secondary thread.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
.NET object
To access a class......
Project portfolio
From version 25, you can create "project portfolios"......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
zipDeleteFile (Function)
Deletes a file from an archive.
LooperDelete (Function)
Deletes a row from a Looper control.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
ThreadEnd (Function)
Ends the execution of the current thread.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.