This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:outline [2018/07/06 10:37] admin |
playground:outline [2018/07/06 11:58] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Outline ==== | + | ===== Outline ===== |
| - | ---- | + | ====Introduction==== |
| - | ==Introduction== | + | |
| *Pascal Programming | *Pascal Programming | ||
| *Lazarus IDE | *Lazarus IDE | ||
| + | *About Lazarus IDE | ||
| + | *Useful Setting | ||
| - | ==Tutorials== | + | ====Tutorials==== |
| *Syntax | *Syntax | ||
| - | *Variables | + | *Summary |
| - | *Ordinal Type | + | *Program Structure |
| - | *Enumerate Type | + | *Variables |
| - | *Procedural Type | + | *Ordinal Type |
| - | *Pointer | + | *Enumerate Type |
| - | *Record | + | *Pointer |
| + | *Record | ||
| + | *If Statement | ||
| + | *For Statement | ||
| + | *While Statement | ||
| + | *Case Statement | ||
| + | *Try Except | ||
| + | *Try Finally | ||
| *Procedures and Functions | *Procedures and Functions | ||
| + | *Summary | ||
| + | *Overloading | ||
| + | *Overriding | ||
| + | *Procedural Type | ||
| *Object Oriented Programming | *Object Oriented Programming | ||
| *Class and Object | *Class and Object | ||
| + | *TObject | ||
| + | *TPersistent | ||
| + | *TComponent | ||
| *Property | *Property | ||
| *Access Specifier | *Access Specifier | ||
| Line 28: | Line 43: | ||
| *TEdit | *TEdit | ||
| *TLabel | *TLabel | ||
| - | *T | + | *TButton |
| *RTTI Controls | *RTTI Controls | ||
| *TIPropertyGrid | *TIPropertyGrid | ||
| *TIEdit | *TIEdit | ||
| - | *TI | + | *TIButton |
| + | *TILabel | ||
| + | *TISpinEdit | ||
| *Components | *Components | ||
| *TStringList | *TStringList | ||
| - | *T | ||
| *HowTo | *HowTo | ||
| - | *Hot key | + | *HotKey |
| *Save and Load Data | *Save and Load Data | ||
| - | *Insert separator in TEdit and TIEdit | + | *Label...GoTo |
| - | * | + | |
| *External Useful Tutorials | *External Useful Tutorials | ||
| - | ==Examples== | + | ====Examples==== |
| *Mini Calculator | *Mini Calculator | ||
| *Unit Converter | *Unit Converter | ||