issues Search Results · repo:michaliskambi/modern-pascal-introduction language:Pascal
Filter by
11 results
(60 ms)11 results
inmichaliskambi/modern-pascal-introduction (press backspace or delete to remove)Here, at the end of line 943:
... This dirty trick works only in non-virtual methods (that don t call any virtual methods and don t access any
fields).
But actually TObject.Free calls TObject.Destroy ...
alpinistbg
- 1
- Opened on Jan 15, 2023
- #19
In 8.2 Callbacks (aka events, aka pointers to functions, aka procedural variables) at the end of page 70 (in .pdf):
Unfortunately, you need to write ugly @TMyClass(nil).Add instead of just @TMyClass.Add. ...
alpinistbg
- 3
- Opened on Jan 10, 2023
- #18
Just discovered this book. Would you be willing to add some sort of revision number to the html and pdf output?
A simple date of last update would work (yyyy-mm-dd).
kcthrn
- 1
- Opened on Aug 9, 2021
- #16
In https://github.com/eugeneloza/modern-pascal-introduction/blob/master/code-samples/interfaces_corba_test.lpr TMyClass3
doesn t refer to the interface and therefore will cause an error, right? This feature ...
eugeneloza
- 2
- Opened on Apr 21, 2017
- #9
In the example:
uses SysUtils;
type
TGun = class
end;
TPlayer = class
Gun1, Gun2: TGun;
constructor Create;
destructor Destroy; override;
end;
constructor TPlayer.Create;
begin ...
eugeneloza
- 2
- Opened on Apr 21, 2017
- #8
Finally I ve finished copying proof-reading results to electronic version. I ve made several additions/improvements to
English text also, but I still need some more time to make it merge smoothly :) I.e. ...
eugeneloza
- 1
- Opened on Apr 21, 2017
- #7
Hi, Michalis! I m working on 2nd part of proof-reading the text at the moment, and I ve ran into a not-very-important
question.
In some examples you use the text like: Note: + strings are automatically ...
eugeneloza
- 2
- Opened on Feb 23, 2017
- #5
Hi, Michalis! I ve got a problem understanding the following line:
Be careful when calling inherited in the Assign implementation. You should call inherited TPersistent.Assign only if you
cannot handle ...
eugeneloza
- 3
- Opened on Feb 20, 2017
- #4
Eventually we re done with basic proof-reading of the translated book :) Next step would be proof-reading it in printed
(yeah, I m an old-school editor... pen-and-paper is still my best friend :)). However, ...
eugeneloza
- 3
- Opened on Feb 20, 2017
- #3
(Chapter: 5.4. Free notification)
Some goes for calling a virtual method, or calling a non-virtual method that accessed a field of a nil instance.
Maybe you ve meant Same goes for ? I couldn t find what ...
eugeneloza
- 1
- Opened on Oct 27, 2016
- #2
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.