ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
ControlClone (Function)
Creates a new control from an existing control.
StringInsert (Function)
Inserts a string into another character string at a given position.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
FirstDayOfMonth (Function)
Returns the first day of the month.
fMoveDir (Function)
Moves a directory and its content.
HTTPCookieReset (Function)
Deletes all the cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
JavaExecute (Example)
Usage example of the JavaExecute function
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).