ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HCloseConnection (Example)
Usage example of the HCloseConenction function
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
FontCreate (Function)
Creates a font definition.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
iPrintReport (Function)
Prints a report created with the report editor.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
GglDelete (Function)
Deletes data from the Google server.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
HTTPRequest (Example)
Usage example of the HTTPRequest function