Difference between revisions of "Template:Data types"
From Lazarus wiki
Jump to navigationJump to search (+ noinclude tags for Category:Navigation Templates) |
(Separated simple and complex data types) |
||
Line 1: | Line 1: | ||
− | {| border="1" style=" | + | {| border="1" style="text-align: center;" class="wikitable mw-collapsible" |
− | + | !colspan="2"|Data Types | |
|- | |- | ||
− | | | + | !Simple Data Types |
+ | | [[Boolean]] | [[Byte]] | [[Cardinal]] | [[Char]] | [[Integer]] | [[Longint]] | [[Pointer]] | [[real]] | [[Word]] | ||
+ | |- | ||
+ | !Complex Data Types | ||
+ | | [[Array]] | [[Class]] | [[Record]] | [[set]] | [[String|string]] | ||
|} | |} | ||
[[Category:Data types]] | [[Category:Data types]] | ||
<noinclude>[[Category:Navigation Templates]]</noinclude> | <noinclude>[[Category:Navigation Templates]]</noinclude> |