ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grType (Function)
Identifies or modifies the type of chart.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
grDraw (Function)
Draws a chart according to the specified parameters.
grDeleteAll (Function)
Erases a chart and destroys this chart.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
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.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
ThreadMode (Function)
Changes the management mode of threads.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
fFileName (Function)
Returns the name of an external file that is currently opened.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
ID (Property)
The ID property is used to get and change IDs.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
HDescribeConnection (Function)
Describes a new connection to an external database.
fWrite (Function)
Writes: a character string into an external file. a memory section....