ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
First project window
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
HIndex (Function)
Rebuilds the file index (".NDX" file).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Animation (Property)
The Animation property animates an image.
Print functions
List of print functions...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
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)...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
Priority (Property)
The Priority property is used to get and change the priority level of an element.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
DownloadAdd (Function)
Adds a new download in the device's download manager....
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......