ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
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)....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
GeometryUnion (Function)
Returns a geometry corresponding to the union of two geometries.
FlexColumnGap (Property)
The Property FlexColumnGap allows you to know and modify the width of the gutter which separates the elements in the same row of a control Flexbox.
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
Windows
The windows represent the main interface of a WINDEV application......
Creating requirements
The following steps must be performed to implement the requirements......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Merging differences (SCM)
Record (Variable type)
The Record type is used to save the values of a record.
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.