ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPrevious (Function)
Positions on the previous file record according to a browse item.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Types of Edit controls
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
SysYRes (Function)
Returns the vertical screen resolution.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
zipExtractFile (Example)
Usage example of the zipExtractFile function
SQLExec (Function)
Names and runs an SQL query.
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).
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
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).
fRemoveDir (Example)
Usage example of the fRemoveDir function
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
11. Internal components in practice
Internal components in practice...
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
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....