ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
13. External component in practice
External component in practice...
12. External component in practice
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
HTTPRequest (Function)
Starts an HTTP request on a server.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
fSize (Function)
Returns the size of a file (in bytes).
Installing a SOAP server with IIS
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
WINDEV Mobile 2024 Tutorial - Table of contents
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.