ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IdentifierAWPContext (Function)
Returns the identifier of AWP context.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
FileDisplay (Function)
Displays a file in the user's browser.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
DashMode (Function)
Opens or closes the Dashboard control edit mode.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
fCreate (Function)
Creates an external file.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.