ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
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)....
ServiceUninstall (Function)
Uninstalls a service.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
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)....
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
fCopyDir (Example)
Usage example of the fCopyDir function
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HSendMessageToClient (Function)
Displays a message on the client computers.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
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).
MenuDelete (Function)
Deletes a menu or a menu option.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Conversion (Function)
Converts a value from a unit to another one.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
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.
fRead (Example)
Usage example of the fRead function