ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExec (Function)
Names and runs an SQL query.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
LooperSelectPlus (Function)
Selects a row in a Looper control.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
diffApply (Function)
Applies a difference buffer to a specific buffer.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.