ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Example)
Usage example of the Type property
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
LoadParameter (Function)
Reads a persistent value.
XMLDocument (Function)
Creates a new XML document.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
fSize (Example)
Usage example of the fSize function
Table,Modify (External language)
Modifies an element in a Table control.
HForward (Example)
Usage example of the HForward function
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
fCreate (Example)
Usage example of the fCreate function
HDescribeItem (Example)
Usage example of the HDescribeItem function
FTPAttribute (Example)
Usage example of the FTPAttribute function
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
iPrintReport (Function)
Prints a report created with the report editor.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
3. Deploying a WINDEV application
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Table,Insert (External language)
Inserts an element into a table at a given position.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.