ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifListCategory (Function)
Lists the notification categories of the application.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
ERR_BUTTON_EXPECTED
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
StringInsert (Function)
Inserts a string into another character string at a given position.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
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....
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
Overview
Overview of the different operators...
WEBDEV Application Server 2024
Cos (Function)
Calculates the cosine of an angle.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......