ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
How to perform a full file browse?
7. Window templates
...Window templates...
fMoveDir (Function)
Moves a directory and its content.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
fDir (Function)
Finds a file or directory.
CharactType (Function)
Returns information about the type of character.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
TwainToPDF (Function)
Allows: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....