ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WDTestSite: Load test
The stress tests are used to check......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
AutomationEvent (Function)
Branches a procedure to the event of an automation object.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
InitRandom (Function)
Initializes the generator of random numbers.
Sound (Function)
Plays a sound in WAV format.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Multiline strings
To type character strings over several lines in the code editor...
Assignment of RETURN
The return value of the process currently run can be assigned...
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
GOTO statement
The GOTO statement is used to run a code identified by a given label...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
IF statement
The conditional IF statement allows you to run an action according to a condition...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....