ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipCreate (Function)
Creates an archive.
ArrayDistinct (Function)
Returns an array without duplicates.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLNext (Function)
Positions on the next element (tag or attribute).
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
zipClose (Function)
Closes an archive.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......