ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban list>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Error 703: The property does not exist
Error 14: ELSE statement without IF
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.