Base Types |
Top Previous Next |
Smart Pascal supports most of the data types from Delphi. Some base types are missing because there is not direct JavaScript support for them and some complex type were added.
In traditional Smart Pascal all classes inherit from a root type called TObject This object reference: this (JS reference): this (SMART reference):
Unit System.Types defines following type mappings for better compatibility with existing Pascal codebase.
|