ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
SocketCreate (Function)
Creates a socket.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
XMLResult (Function)
Returns the result of a calculation XPath query.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Right (Function)
Extracts the last characters from a string or string buffer.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.