ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
grColor (Function)
Returns and initializes the color of different chart elements.
fClose (Function)
Closes an external file.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HExtractMemo (Example)
Usage example of the HExtractMemo function
iColumnEnd (Function)
Forces a column break in a multi-column report.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
grCreate (Function)
Creates a specific type of chart.
TextToRTF (Function)
Converts text to Rich Text Format.
Report based on a query
Queries are used to easily select records in one or more data files......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
CurrentYear (Function)
Returns the current year in integer format.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....