ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
SocketRead (Function)
Retrieves a message sent by another socket.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Contains (Function)
Allows you to check if a substring is within a string.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
HNext (Function)
Sets the position on the next data file record according to a browse item.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
Count (Property)
The Count property returns the number of elements in a given set.
SocketCreate (Function)
Creates a socket.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFilter (Function)
Defines and enables a filter on a data file, view or query.