ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
fChangeExtension (Function)
Changes the extension of a file on disk.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
fSeparator (Function)
Returns a file path with normalized separators.
fTrackFile (Function)
Triggers the tracking of a file.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
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)....
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fOpenTempFile (Function)
Creates and opens a temporary file.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iSkipLine (Function)
Forces one or more line break.