ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
Time (Type of variable)
The Time type is used to easily handle the times...
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
XML management: Use example
This application example manages an XML file named "Orders......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
fTrackFile (Function)
Triggers the tracking of a file.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....