📗
Windows 96 Developer Documentation
  • Welcome
  • information
    • Important notes
      • Prerequisites
      • Best practices
      • Deprecated APIs
    • API typings
  • Getting Started
    • Creating your first app
    • Some examples
      • 1. A very basic app
  • API USAGE
    • GUI
      • Creating a window
  • API
    • File System
  • WRT
    • Introduction
    • The module system
    • API reference
      • WRTEnvEnum
      • WRTParameters
Powered by GitBook
On this page

Was this helpful?

  1. information

API typings

Make the Windows 96 API known to your IDE.

PreviousDeprecated APIsNextCreating your first app

Last updated 3 years ago

Was this helpful?

An IDE like Visual Studio Code can display autocomplete for Windows 96 by using TypeScript declarations.

Simply import win96.d.ts into your project to start using these typings. Please note that the typings may not always catch up with API changes! We will try our best to keep it up to date.

72KB
win96.d.ts
Windows 96 API typings
A screenshot of Visual Studio Code, showing autocompletion for the TabControl object.