modern-pascal-introduction
modern-pascal-introduction copied to clipboard
Modern Object Pascal Introduction for Programmers, in AsciiDoc
Results
3
modern-pascal-introduction issues
Sort by
recently updated
recently updated
newest added
I want to translate this book to ukrainian language. For now work in progress, translated all sources (mostly comments) and started main document translation.
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...