ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
fRename (Function)
Modifies the name of a file.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
fCreate (Function)
Creates an external file.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
GPSGetPosition (Function)
Retrieves information about the current device position.
Combination (Type of variable)
A combination is a set of options.
New (Reserved word)
New is used to allocate memory space...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
HState (Function)
Used to find out the state of a record.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
LoadParameter (Function)
Reads a persistent value.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....