ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SendKey (Function)
Simulates the keystrokes and the mouse actions.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
fClose (Function)
Closes an external file.
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Diagram constants
The following constants are used to manipulate diagrams:...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Defining a help window template
WINDEV allows you to create help window templates......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.