ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
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.
SQLNext (Function)
Positions on the next row of the query result.
fCopyFile (Example)
Usage example of the fCopyFile function
dbgInfo (Function)
Returns a debug information.
zipListFile (Function)
Returns the list of files found in an archive.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
XMLDocument (Function)
Creates a new XML document.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
SQLModify (Example)
Usage example of the SQLModify function
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
FirstDayOfMonth (Function)
Returns the first day of the month.
Code snippets
The code editor allows you to enter "Code snippets"......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.