Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 078214201X
Mastering Delphi 7
Marco Cantù
ISBN: 978-0-7821-4201-3
Paperback
1040 pages
March 2003
This title is out-of-print and not currently available for purchase from this site.
 
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
ChapterPageDetailsDatePrint Run
164 In the Warning, line 1, Should be CLX (not CXL)
In the Warning, line 1, Should be CLX (not CXL)
204 "PageControl1.Pages.Caption" should read "PageControl1.Pages[I].Caption"
"PageControl1.Pages.Caption" should read "PageControl1.Pages[I].Caption"
277 "Applications.Initialize;" should read "Application.Initialize;"
"Applications.Initialize;" should read "Application.Initialize;"
286 Missing "(" in "Items.IndexOf (Sender as TLabel).Caption)"
Missing "(" in "Items.IndexOf (Sender as TLabel).Caption)"Should be:Items.IndexOf ((Sender as TLabel).Caption)
306 Missing "END;" before "FTotal := Tot;"
Missing "END;" before "FTotal := Tot;"
35-356 Inconsistent naming;Is it "IViewer" or "IMdViewer"? Should be IMdViewer.
Inconsistent naming;Is it "IViewer" or "IMdViewer"? Should be IMdViewer.