Skip to content
| Marketplace
Sign in
Visual Studio>Templates>VCL.JS
VCL.JS

VCL.JS

VCL.JS Team

|
2,423 installs
| (2) | Free
VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started.
Download


Visit Project Website

TypeScript RAD framework for business web app

Products

  • 100% Rich component library.(Delphi Style)
  • 100% Twitter Bootstrap
  • 100% typescript
  • 100% free

Features & Benefits

VCL.JS - faster way to build enterprise app

VCL.JS is a TypeScript open-source platform for building enterprise web apps 
in a fraction of the time, whether you’re an expert developer or just getting
started.

 

JavaScriptHTML
Edit|Remove
jshtml
//Simple dbgrid bounded to a queryimport V = require("VCL/VCL");export class PageHome extends V.TPage {  constructor() {    super();   var btn = new V.TButton(this,'btn');   btn.text = "Open/Close";   btn.onClicked = ()=> {       qur.Active=!qur.Active;   }    //create a backend query    var qur = new V.TQuery(this);    qur.SQL = "SELECT FirstName, LastName FROM Customers";    qur.open();    //create a grid on the screen    var grd = new V.TDBGrid(this, "grid");    grd.Dataset = qur; //bind the grid to the dataset    var col = grd.createColumn(“FirstName”);    var col = grd.createColumn(“Lastname”,”Last Name”);     }}
<div class="row">     <div id="btn"></div><div class="row">     <div id="grid" class="span12"></div>
//Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage {   constructor() {     super();     var btn = new V.TButton(this,'btn');    btn.text = "Open/Close";    btn.onClicked = ()=> {        qur.Active=!qur.Active;    }      //create a backend query     var qur = new V.TQuery(this);     qur.SQL = "SELECT FirstName, LastName FROM Customers";     qur.open();      //create a grid on the screen     var grd = new V.TDBGrid(this, "grid");     grd.Dataset = qur; //bind the grid to the dataset     var col = grd.createColumn(“FirstName”);     var col = grd.createColumn(“Lastname”,”Last Name”);        } }
Product Screenshots

 

 

Related Links

Homepage

Download

Code Sinppet

 

 VCL.JS IS FREE, OPEN SOURCE AND ALWAYS WILL BE
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft