ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Font (Type of variable)
A Font variable creates a font programmatically...
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......