ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
FileDisplay (Function)
Displays a file in the user's browser.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
fSplit (Function)
Splits a file into several files.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Managing parallel tasks
The computers are becoming more and more powerful......