Pascal Doc
Pascal Documentation
Search
Classes
T
| Class | TBaseClass |
| Class | TChildClass |
| Class | TExampleClass |
| Class | TSprite |
| Class | TWeapon |
| Class | TInventory |
| Class | TPlayer |
| Class | TPerson |
| Class | TRepository<T> |
| Class | TVirtualClass |
| Class | TObject |
| Class | TFile |
| Class | TDialog |
| Class | TWindows |
| Class | TControl |
| Class | TCustomForm |
V
| Class | VirtualClass |
Interfaces
I
| Interface | IExample |
| Interface | IDrawable |
| Interface | IShape |
| Interface | IList<T> |
| Interface | IRenderable |
| Interface | IList<T> |
| Interface | IVirtualInterface |
Records
T
| Record | TPoint |
| Record | TPair<TKey, TValue> |
| Record | TVirtualRecord |
Arrays
T
| Array | TIntArray |
Sets
T
| Set | TCharSet |
Enums
T
| Enum | TCard |
| Enum | TColor |
| Enum | TVirtualEnum |
Constants
A
| Constant | APP_NAME |
| Constant | APP_VERSION |
M
| Constant | MAX_COUNT |
P
| Constant | PI_VALUE |
Global Variables
M
| Variable | main_width |
| Variable | main_height |
S
| Variable | score_board |
| Variable | score_text |
Constants
| 100 | MAX_COUNT |
| Maximale Anzahl. | |
| Dieser Wert begrenzt die Verarbeitung. | |
| 3.1415 | PI_VALUE |
| This is the documentation for the PI const | |
| 'MyApp' | APP_NAME |
| This is the application name | |
| $1001 | APP_VERSION |
| This is the Version |
Global Variables
Player values
| Integer | score_board |
| point score board | |
| string | score_text |
| player name text |
Window values
| Integer | main_width |
| Integer | main_height |