ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sort (Function)
Sorts a WLanguage array.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
fMoveFile (Function)
Moves a file from one directory to another.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Time (Type of variable)
The Time type is used to easily handle the times...
CurrentMonth (Function)
Returns the number of the current month.
fExtractPath (Example)
Usage example of the fExtractPath function
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....
ContactAdd (Example)
Usage example of the ContactAdd function
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
KeyExpression (Example)
Usage example of the KeyExpression property