ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
The Signature control
The Signature control is a report control used to sign......
WINDEV License Agreement
WINDEV License Agreement...
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
ErrorThrow (Function)
Throw a non-fatal error.
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
<Source>.DescribeFile (Function)
Describes a data file programmatically.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....