ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Serialization constants
The serialization constants are as follows:
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
Max (Function)
Returns the greatest value passed as parameter.
Complete (Function)
Returns a character string of a specified length.
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....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLFirst (Function)
Positions on the first row of the query result.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
FileDisplay (Function)
Displays a file in the user's browser....
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
IsOdd (Function)
Identifies an odd number.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
TextToXML (Function)
Converts an ANSI string to an XML string.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......