ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
dbgEnableLog (Function)
Enables the runtime log programmatically.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Sum (Function)
Calculates the sum of the array elements.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
Minute (Property)
The Minute property is used to get and change the minutes of an element.
Month (Property)
The Month property is used to get and change the month of an element.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
Input (Function)
Displays a message allowing the user to type an information.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Power (Function)
Raise a number to a power.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...