ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HChangeName (Function)
Modifies the physical name of a table.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Socket management functions
List of functions for managing sockets...
SocketClose (Function)
Closes a socket or a connection to a server socket.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Binding an Image control to an item
An Image control can correspond to an item found in a table, in a query,...
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
PDFToText (Function)
Extracts text from a PDF file.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Default (Property)
The Default property determines if a parameter has been passed to a procedure with a custom or default value.
InitRandom (Function)
Initializes the generator of random numbers.