ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProjectInfo (Function)
Returns specific information about the project currently run.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Image (Property)
The Image property gets and sets the background image of a control or block.
HChangeName (Function)
Modifies the physical name of a data file.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
The different types of integers
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HState (Function)
Used to find out the state of a record.
ExeListProcess (Function)
Returns the list of applications currently run.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).