ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
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.
Extracting the text of the project
The following text can be extracted......
ThreadEnd (Function)
Ends the execution of the current thread.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
5. User Groupware in practice
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
ThreadCurrent (Function)
Returns the name of the thread currently run.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Comparison operators
The comparison operators can be divided into several categories......
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....