ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
fExtractPath (Example)
Usage example of the fExtractPath function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
HListItem (Example)
Usage example of the HListItem function
fRead (Example)
Usage example of the fRead function
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
KeyExpression (Example)
Usage example of the KeyExpression property
fCopyFile (Example)
Usage example of the fCopyFile function
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
SQLModify (Example)
Usage example of the SQLModify function