ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Table,Select,+ (External language)
Selects an element in a Table control.
HIndex (Example)
Usage example of the HIndex function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HViewToFile (Example)
Usage example of the HViewToFile function
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
grMenu (Function)
Defines the type of context menu displayed by a chart.
DnDCursor (Example)
Usage example of the DnDCursor function
HCreation (Example)
Usage example of the HCreation function
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
fExeDir (Function)
Returns the directory from which the execution is started.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
DnDEvent (Example)
Usage example of the DnDEvent function
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Table,Select,? (External language)
Returns the index of the selected element in a Table control.