ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
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)....
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Installing and starting WDTRAD
API (Function)
Runs a function found in an external DLL.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.