ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Position
The Position keyword can correspond to ...
Version (Property)
The Version property gets and sets the version of an element.
PrivateKey (Property)
The property PrivateKey property is used to manage private key connections (SSH, FTP or MQTT connections).
Conversion (Function)
Converts a value from a unit to another one.
Orientation (Property)
The Orientation property gets and sets the orientation of an element.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
iFont (Function)
Selects the default font.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
fRename (Function)
Modifies the name of a file.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... connection in which case the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
grLegend (Function)
Indicates the presence and position of legend in a chart.
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HCreateMovableReplica (Function)
Creates a movable replication.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.