ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
2. User-friendly editors in practice
User-friendly editors in practice...
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
ReplicAdmin: Overview
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.