ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Serialization constants
The serialization constants are as follows:
Table control functions
List of functions specific to Table controls...
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
ServiceContinue (Function)
Restarts a paused service.
fUncompress (Example)
Usage example of the fUncompress function
fDelete (Example)
Usage example of the fDelete function
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
SysYRes (Function)
Returns the vertical screen resolution.
SSHRead (Example)
Usage example of the SSHRead function
zipSplit (Example)
Usage example of the zipSplit function
fEncrypt (Example)
Usage example of the fEncrypt function
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
zipExtractPath (Example)
Usage example of the zipExtractPath function
UUDecode (Function)
Decodes a character string in UUEncode format.
zipExtractAll (Example)
Usage example of the zipExtractAll function
6. Internal window
Internal windows...