ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Type and version of Web server
The configuration diagnostic displays the following error......
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
Port (Property)
The Port property is used to identify and change a server connection port.
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
sEvent (Function)
Branches an event on a serial port.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.