ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
MinimumLength (Property)
The Property MinimumLength allows you to know and modify the minimum length of an element.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
Copying controls from the page editor
The controls can be copied from the page editor......
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
FTPCommand (Function)
Sends a specific FTP command to a server.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.