ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
13. 3-Tier architecture
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
Common project
Projects are often cross-platform......
Variable scope
Variables can be declared anywhere in the code....
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Sorts in a report
The sort is used to organize the information displayed in the report......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Time management help
Time management is extremely important......
Organizer report
The report editor gives you the ability to create "Organizer" reports....