VCL.JS download for Linux

This is the Linux app named VCL.JS whose latest release can be downloaded as VCL-VSIX-151.vsix. It can be run online in the free hosting provider OnWorks for workstations.

 
 

Download and run online this app named VCL.JS with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS:


VCL.JS


DESCRIPTION:

A 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.
for more information http://vcljs.com

Friendly APIs help you get your job done faster.

//Simple dbgrid bounded to a query
import V = require("VCL/VCL");
export class PageHome extends V.TPage {
constructor() {
super();

//create a backend query
var qur = new V.TQuery(this);
qur.SQL = "SELECT CustomerKey, 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
grd.PageSize = 15;

var col = grd.createColumn(“FirstName”);
var col = grd.createColumn(“Lastname”,”Last Name”);
}
}



Features

  • Build database application in no time
  • Pure TypeScript
  • Visual Component Library- include Page,Grid,Input,Gauges,Charts and many more
  • Single page application
  • Data binding


Audience

Information Technology


User interface

Web-based


Programming Language

JavaScript


Database Environment

ADO.NET


This is an application that can also be fetched from https://sourceforge.net/projects/vcljs/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.



Latest Linux & Windows online programs


Categories to download Software & Programs for Windows & Linux