ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
iColumnEnd (Function)
Forces a column break in a multi-column report.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
NationToSubLanguage (Function)
Returns the default sub-language corresponding to a nation.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
9. Hardware and software requirements
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....