ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HCloseConnection (Function)
Closes a connection to a database.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HPriorityClient (Function)
Modifies the priority of a client application.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
<Source>.SetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HSetREP (Function)
Enables or disables the management of .REP file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.