ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
HExtractMemo (Example)
Usage example of the HExtractMemo function
Sound (Function)
Plays a sound in WAV format.
Extra (Property)
The Extra property manges additional information.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
iPageEnd (Function)
Forces the move to the next page during the report print.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ThreadMode (Function)
Changes the management mode of threads.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
SemaphoreCreate (Function)
Creates a semaphore.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
HLinkMemo (Example)
Usage example of the HLinkMemo function