ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
fMoveDir (Function)
Moves a directory and its content.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
fClose (Function)
Closes an external file.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
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....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Caption (Property)
The Caption property is used to get and change the text of an element.
9. Types of standard controls
Types of standard controls...
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
PC SOFT Free Technical Support
Thank you for buying one of our products......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....