ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Truncate (Function)
Truncates the right part of a string or buffer.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
InitParameter (Function)
Initializes the management of persistent values.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
zipSelectFile (Function)
Selects files from an archive.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
iParameterPDF (Function)
Defines the options for the generated PDF file.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Thickness (Property)
The Thickness property is used to: Find out the thickness of the line for a series (Line charts only). Modify the thickness of the line for a series (Line charts only)....
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......