ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
CurrentMonth (Function)
Returns the number of the current month.
ContactAdd (Example)
Usage example of the ContactAdd function
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
fExtractPath (Example)
Usage example of the fExtractPath function
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
grAddData (Function)
Adds a data into a chart.
SysXRes (Function)
Returns the horizontal screen resolution.
CurrentYear (Function)
Returns the current year in integer format.
KeyExpression (Example)
Usage example of the KeyExpression property
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....