ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Alias (Property)
The Alias property gets the alias of an element.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
10. Smart controls
Smart controls...
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on state-transition diagrams
The following paragraphs explain......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Window controls
Several types of controls can be used in a window, ......
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
2. WEBDEV administrator in practice
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....