ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
HCloseConnection (Example)
Usage example of the HCloseConenction function
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HPrevious (Function)
Positions on the previous file record according to a browse item.
WordCount (Function)
Returns the number of words in a string.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
fRemoveDir (Example)
Usage example of the fRemoveDir function
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
SQLExec (Function)
Names and runs an SQL query.
Multi-project search
Performing a search in the current project is a common operation......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
grCreate (Function)
Creates a specific type of chart.
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.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....