UI Interface

The various screens - forms and pages - of the Windev, WebDev and Windev Mobile implementations are the UI interface of the apps.


Internal Window/Page - IW/IP

The internal window/page are special type of windows/pages in WL that are usually embedded in Tabs or other Windows/Pages.


Procedures and Code

In the alpha360 apps there are 2 kinds of procedures - local and global.

Local procedures usually have a name that starts with UI_ and global procedures start with BP_ or SP_.

Code - depending on the platform - is written in WL Language, JavaScript, Java and C#.