|
|
|
|
|
|
|
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode... |
|
|
|
|
|
|
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ... |
|
|
|
|
|
|
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
WINDEV Mobile allows you to develop applications for different families of products... |
|
|
|
|
|
|
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]... |
|
|
|
|
|
|
The ToolbarVisible property is used to:
know if the toolbar or the ribbon is displayed in a control.
show or hide the toolbar or the ribbon in a control.... |
|
|
|
|
|
|
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls |
|
|
|
|
|
|
The NameBrowserFile property is used to get the original name of the file to upload on the user's computer.... |
|
|
|
|
|
|
The NameServerFile property is used to get the name of the uploaded file on the server. |
|
|
|
|
|
|
The RightIndent property is used to get and change the space to the right of the text in a control. |
|
|
|
|
|
|
The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns. |
|
|
|
|
|
|
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns. |
|
|
|
|
|
|
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns. |
|
|
|
|
|
|
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page. |
|
|
|
|
|
|
The HTMLHeader property is used to get and change the HTML code inserted in the page header. |
|
|
|
|
|
|
The RulerVisible property is used to:
Determine if a playhead is visible in a TimeLine control.
Show or hide a playhead in a TimeLine control.... |
|
|
|
|
|
|
The RulerValue property is used to get or change the position of the playhead in a TimeLine control. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The UpperValue property is used to:
Get the upper bound of the currently selected interval in a Range Slider control.
Change the upper bound of the currently selected interval in a Range Slider control.... |
|
|
|
|
|
|
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control. |
|
|
|
|
|
|
The ShapeExtremityStart property is used to get and change the source end shape of a Wire control. |
|
|
|
|
|
|
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control. |
|
|
|
|
|
|
The AttachPointStart property is used to get and change the position of the start attachment point of a Wire control. |
|
|
|
|
|
|
The AttachPointEnd property is used to get and change the position of the end attachment point of a Wire control. |
|
|
|
|
|
|
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control. |
|
|
|
|
|
|
Stops the automatic image sliding. |
|
|
|
|
|
|
The MarginInterCell property is used to:
find out the margin between rows or columns in a Layout control.
modify the margin between rows or columns in a Layout control.... |
|
|
|
|
|
|
Ends the process to populate a Looper control programmatically. |
|
|
|
|
|
|
Lists all the comments on the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|