ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
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.
MemFound (Function)
Checks whether the sought element was found.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Control constants
List of constants used by the functions for managing controls...
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Setup directory
The setup wizard allows you to configure the setup directory of application....
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......