ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TabClose (Function)
Closes a dynamic pane in a Tab control.
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
DDELink (Function)
Creates a hot link with a data.
DDEWarmLink (Function)
Creates a warm link with a data.
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEUpdate (Function)
Modifies a linked data.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
OLESave (Function)
Saves the object found in an OLE control in binary format.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
ControlToSource (Function)
Assigns the control value to the source of a control link.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.