ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Wait (Function)
Temporarily stops the program execution.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
EmailLoadAttachment (Function)
Adds an attached file to an email.
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
fFileExist (Function)
Checks the existence of an external file.
MemDeleteAll (Function)
Clears and deletes a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
iPrintArea (Function)
Prints a text in a rectangular area.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
DDEConnect (Example)
Usage example of the DDEConnect function
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].