ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Body Complement block
The Body complement block is linked to the Body block......
Body block
The Body block corresponds to the main block of the report......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
End of Document block
The End of document block is run once at the end of the report execution......
Page Header block
The Page header block is printed on each new page......
Start of Break block (Break header)
The Start of break block is optional......
Page Footer block
The Page footer block is run at the end of each page......
End of break block
The End of break block is optional......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Copying and cloning
Variables are copied using the "=" operator...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
ProgressBar (Property)
WLanguage proposes...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.