ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Binding a Check Box control to an item
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
2. Types of setup
Types of setup...
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
13. Print: Reports
WINDEV reports...
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
<modbusSession>.ReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
<modbusSession>.WriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
Error 31: The file to include is not found. Check the name and path ...
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...