ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
fSeparator (Function)
Returns a file path with normalized separators.
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)....
Chart: Scale management
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
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.
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.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
WordToArray (Function)
Fills an array with the words from a string.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.