ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Edit control
The Edit control allows users to enter data......
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
zipFileSize (Example)
Usage example of the zipFileSize function
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HExtractMemo (Example)
Usage example of the HExtractMemo function
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ReplicInfo (Function)
Returns information about a replication.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Move
The Move property determines if an element can be moved.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Duration (Property)
The Duration keyword can correspond to: the keyword used to define a Duration variable. the Duration property of a saasVisit variable....
NamespaceDeclared (Property)
The NamespaceDeclared property is used to manage defined namespaces.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).