ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
The Edit control
The Edit control allows users to enter data......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.
SaaSAdminModifyPricing (Function)
Modifies a SaaS pricing.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
1. Examples provided with WINDEV Mobile