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.
FirstDayOfMonth (Function)
Returns the first day of the month.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
fFileName (Function)
Returns the name of an external file that is currently opened.
HTTPAddFile (Function)
Adds a file to the HTTP form.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
ThreadSendSignal (Example)
Usage example of the ThreadSendSignal function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
xlsClose (Example)
Usage example of the xlsClose function
AppointmentAdd (Example)
Usage example of the AppointmentAdd function
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Data source (Example)
Usage example of the Data source type
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function