ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
diffApply (Function)
Applies a difference buffer to a specific buffer.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
TimeToString (Function)
Converts a time to a string in the specified format.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
HExecuteProcedure (Function)
Runs a stored procedure.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....