ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)...
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Polygon2D variable>.Union (Function)
Returns a geometry corresponding to the union between a 2D polygon and another geometry.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
HDescribeConnection (Function)
Describes a new connection to an external database.
<PolygonGeo variable>.Distance (Function)
Calculates the distance between a geographic polygon and another geometry.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
CallDLL32 (Function)
Runs a function found in an external DLL.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....