ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
28. Site SEO
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
Time (Type of variable)
The Time type is used to easily handle the times...
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Time management help
Time management is extremely important......
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
Upload functions
The following functions are used to manage the upload:...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
2. How to test a site?
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Principle of remote check
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
9. Distributing "Reports and Queries"
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").