ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
HCreateView (Example)
Usage example of the HCreateView function
WinOutWidth (Function)
Returns the full width of a window.
Programming the looper attributes
All the looper attributes can be handled by programming......
7. Multilingual applications in practice
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel....
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
fOpenTempFile (Function)
Creates and opens a temporary file.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.