ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StreamInfo (Function)
Returns the name and/or number of the stream issuer....
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
TimeToInteger (Function)
Converts a time to an integer.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
EventDestroy (Function)
Explicitly destroys an event.
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
<Connection variable>.DeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.