File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ interface
2929type
3030 { My amazing class. }
3131 TMyClass = class
32+ private
33+ FMyProperty: String;
3234 public
3335 { My amazing method. }
3436 procedure MyMethod;
3537 { My amazing property. }
36- property MyProperty: string read GetMyProperty ;
38+ property MyProperty: String read FMyProperty write FMyProperty ;
3739 end;
3840
3941implementation
40- ...
42+ // ...
4143end.
4244```
4345
@@ -122,4 +124,4 @@ While developing PasDoc we also developed some link:OtherTools[OtherTools] that
122124About these web pages:
123125
124126* We are using wiki to easily update these pages. You are welcome to contribute to the documentation!
125- * All text within this wiki is licensed on terms of http://www.gnu.org/copyleft/gpl.html[GNU General Public License] (just like PasDoc sources).
127+ * All text within this wiki is licensed on terms of http://www.gnu.org/copyleft/gpl.html[GNU General Public License] (just like PasDoc sources).
You can’t perform that action at this time.
0 commit comments