ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
  • How to?
  • Creating a RID window/page
  • The different types of RID windows
  • The different types of RID pages
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The RID (Rapid Interface Design) allows you to create windows or pages from:
  • the analysis linked to the project.
  • the selected RID pattern.
  • skin templates.
The generated windows/pages only contain the controls linked to the analysis items. The entire code required for these windows/pages to operate must be written by the developer. Your custom code can be typed directly.
How to?

Creating a RID window/page

To create a RID window/page:
  1. Click in the quick access buttons.
    • The creation window appears: click "Window" (or "Page") then "Window" (or "Page").
    • The wizard starts.
  2. Display the "R.I.D." tab.
  3. Select the RID pattern to use.
  4. Select the type of window/page to create.
WINDEV

The different types of RID windows

The different types of windows proposed by the RID are as follows:
  • Simple form window.
  • Simple table window.
  • Table with detailed form window.
For more details, see Types of RAD windows.
WEBDEV - Server code

The different types of RID pages

The different types of pages proposed by the RID are as follows:
  • Simple form page.
  • Simple table page.
  • Table with detailed form page.
  • Looper page.
For more details, see Types of RAD pages.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment