ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadFirst (Function)
Sets the position on the first record according to a browse item.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....