ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......