-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
11 lines (11 loc) · 985 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
---
meta-title: "Delphi Pascal Notes & Features"
meta-desc: "Index page linking to assorted notes about using Delphi Pascal"
---
<h1>Delphi Notes</h1>
<p>Here are some assorted notes about using the Delphi compiler etc. that were extracted from the former DelphiDabbler wiki.</p>
<ul class="list-group">
<li class="list-group-item"><span class="fa fa-x-pad-right fa-caret-right" aria-hidden="true"></span><a href="./version-numbers">Version Numbers</a> -- notes about Delphi etc. version numbers, defined symbols and constants.</li>
<li class="list-group-item"><span class="fa fa-x-pad-right fa-caret-right" aria-hidden="true"></span><a href="./version-features">Version Features</a> -- notes of which features were introduced in which versions of Delphi.</li>
<li class="list-group-item"><span class="fa fa-x-pad-right fa-caret-right" aria-hidden="true"></span><a href="./editor-shortcuts">Editor Shortcuts</a> -- list of keyboard shorcuts for the Delphi IDE editor.</li>
</ul>