ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
ProcedureTrace (Property)
The ProcedureTrace property allows you to specify the name of the WLanguage procedure used to get the headers and data sent.
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDINT overview
ERR_LOADMOREDLL
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
StartDatePeriodDisplayed (Property)
The StartDatePeriodDisplayed property is used to get the start date of the time period displayed in a Scheduler or Organizer control of a report.
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
Functions for managing Image Editor controls and WDPic variables (prefix syntax)
The following functions are used to handle Image Editor controls and WDPic variables, using prefix syntax:
Calendar functions (prefix syntax)
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
Software Factory
The concept of software factory is used to automate the process for creating applications....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......