ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
NetworkDisconnect (Function)
Disconnects a network drive.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
Using the Vista style in your windows
WINDEV allows you to customize......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
WinOutWidth (Function)
Returns the full width of a window (including the border).
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
HForward (Example)
Usage example of the HForward function