ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
Type and version of Web server
The configuration diagnostic displays the following error......
Line (Property)
The Line property is used to define the line style used.
The Line control
A Line control is used to display a line in a page......
How to create a patch?
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Reverse code modeling
The reverse code modeling allows you to view in a graph......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
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....
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
SCM file format evolutions
Four versions are available for the SCM repository......
<String type>.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....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Enumeration (Type of variable)
An enumeration is a set of values......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....