Categories
News

Get a Copy of Marco’s Object Pascal Handbook with Delphi Starter

As part of the Delphi Boot Camp and Delphi Starter Promotion, you can also get a copy of Marco Cantu’s updated Object Pascal Handbook, all at no cost. (Limited time offer)

If you want a physical copy of Marco’s book, you can pick one up on his website, or just check out the table of contents . . .

  • Part I
    • Chapter 1: Coding in Pascal
    • Chapter 2: Variables and Data Types
    • Chapter 3: Language Statements
    • Chapter 4: Procedures and Functions
    • Chapter 5: Arrays and Records
    • Chapter 6: All About Strings
  • Part II
    • Chapter 7: Objects
    • Chapter 8: Inheritance
    • Chapter 9: Handling Exceptions
    • Chapter 10: Properties and Events
    • Chapter 11: Interfaces
    • Chapter 12: Manipulating Classes
    • Chapter 13: Objects and Memory
  • Part III
    • Chapter 14: Generics
    • Chapter 15: Anonymous Methods
    • Chapter 16: Reflection and Attributes
    • Chapter 17: The Object Class
    • Chapter 18: RunTime Library

Marco Cantu's Object Pascal Handbook

One reply on “Get a Copy of Marco’s Object Pascal Handbook with Delphi Starter”

Clicking on the download link yields:
Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentException: Encrypted ID must be 14 characters
Parameter name: szValue]
EDN.Util.EDNUtils.CommDecrypt(String szValue) +330
EDN.Util.UserCookie.GetUserID() +43
EDN.Util.UserCookie.CookieIsSet() +13
Global.TGlobal.LoginUser() +79
Global.TGlobal.Session_Start(Object sender, EventArgs e) +111
System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +8880868
System.Web.SessionState.SessionStateModule.CompleteAcquireState() +237
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +504
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +66
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

Comments are closed.