ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and handling an item
The main operations that can be performed on an item are as follows......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Sound (Function)
Plays a sound in WAV format.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
The different types of integers
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Parameter (Property)
The Parameter property is used to get and change certain parameters.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
12. External component in practice