ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Available controls in a window
WINDEV Mobile includes several types of controls...
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Error 2109: You are using the ObjectInfo function
How to choose the data source of a control?
This help page presents the different data sources available for a control....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
fDir (Example)
Usage example of the fDir function
gImage (Function)
Builds a sequence of characters containing an image.
HIndex (Example)
Usage example of the HIndex function
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
Count (Property)
The Count property returns the number of elements in a given set.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
DnDAccept (Example)
Usage example of the DnDAccept function
Copying controls from the page editor
The controls can be copied from the page editor......
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
fLongName (Example)
Usage example of the fLongName function
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
1
5
6
7
8
9
171
>