ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
The Sidebar control
The Sidebar control gives access to different options......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Seek (Function)
Searches for the index of an element in a WLanguage array.
ControlToSource (Function)
Assigns the control value to the source of a control link.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
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)....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
MatExist (Function)
Checks the whether the matrix exists in memory.
EventChange (Function)
Modifies the status of an event.
Sum (Function)
Calculates the sum of the array elements.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......