ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Testing the WEBDEV Application Server setup with an example
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WindowToData (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
W3C standardization
You must comply with the W3C standard (HTML 4......
ERR_BAD_CONTEXT_INVALID
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ERR_CLOSED_PAGE
WinInYPos (Function)
Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.