Standard type

From Lazarus wiki
Revision as of 13:31, 11 March 2007 by Swen (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

italiano(it) english

There are certain data types which are defined by a Pascal compiler as standard data types. These types are generally the atomic data structures used by a Pascal program, as variables and constants that would be made up of them can't be created from something else without these types. The typical standard types include:

Additional standard types which are defined by more advanced compilers include:

  • object - used to declare object types
  • string - used to declare strings which are handled automatically by the compiler and run-time library.