Back to Basics: One step closer to WLanguage & WinDev

Pujaba Zala
Coders’ Cafe
Published in
1 min readFeb 8, 2016

WLanguage is 5th generation language. WinDev, WebDev and WinDev Mobile are development tools that allow you to create projects and to manage the elements created w ith the WinDev, WebDev and WinDev Mobile language: WLanguage. WLanguage is an integrated 5GL. The WLanguage functions allow you to create processes for each project, window, page and control.
The WLanguage functions allow you to create processes for each project, window, page and control.These processes are entered in a dedicated source editor (also called code editor). This editor can be directly accessed from WinDev, WebDev or WinDev Mobile. It allows you to access all the processes of an object.

Some of main features are provided by WLanguage as listed below:

->Not a CaSe-senSiTivE
The WLanguage functions can be written in lowercase characters, in uppercase characters or in any combination of uppercase-lowercase characters. The code editor recognizes both.

->WLanguage supports the object paradigm.

->Complete Support of event-driven progeamming each and every object which is created by wd suit,user can associate one or more processes that will be run on the

action of a given event.

Originally published at pujabaa.wordpress.com on February 8, 2016.

--

--