ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeFile (Function)
Describes a data file programmatically.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
WINDEV Mobile concepts
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Creating a select query
A select query (corresponding SQL statement......
fTempPath (Example)
Usage example of the fTempPath function
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
Ad Hoc deployment
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)....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
BCToImage (Function)
Generates the image of a bar code.
Telemetry: Main features
Translating a text file with WDTRAD
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.