ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
SemaphoreCreate (Function)
Creates a semaphore.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
grTitle (Function)
Modifies the caption and/or position of the chart title....
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
fSeek (Example)
Usage example of the fSeek function
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
ServiceContinue (Function)
Restarts a paused service.