ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Service constants
List of constants used by the functions for managing services....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
NextTitle (Function)
Modifies the title of next window to open.
Net constants
List of constants used by the Net functions....
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.