ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
HListItem (Example)
Usage example of the HListItem function
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Language (Property)
The Language property is used to get and change the language used.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
grCreate (Function)
Creates a specific type of chart.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.