ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
RepeatedZoneAddStart (Function)
Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
SMSReset (Function)
Resets all variables of SMS structure.
SMS functions
List of SMS functions...
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
TabClose (Function)
Closes a dynamic pane in a Tab control.
OLESave (Function)
Saves the object found in an OLE control in binary format.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
DDEExecute (Function)
Sends a command that will be run on the server.
Mask management functions
The following functions are used to manage masks......
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
OLELoad (Function)
Initializes an OLE control with an OLE object.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....