ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GraduationYSecondary (Property)
The Property GraduationYSecondaire allows you to know the step of the graduation on the secondary Y axis.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
TimeToString (Function)
Converts a time to a string in the specified format.
grScatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
Option (Property)
The Option property is used to get and change certain options.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
fDelete (Example)
Usage example of the fDelete function
Extracting the text of the project
The following text can be extracted......
fShortName (Example)
Usage example of the fShortName function
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
CurrentDay( Function)
Returns the number of the current day in the current month.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
TimePicker (Function)
Opens the system time picker.