• Complain

John Kouraklis - Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language

Here you can read online John Kouraklis - Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

John Kouraklis Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language
  • Book:
    Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2020
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

The Delphi Quick Syntax Reference is a succinct code and syntax reference guide to Delphi. It presents the fundamental knowledge to get newcomers started with the language and provides a refresher to seasoned or returning Delphi developers.
It covers all the new features added by Embarcadero during the last few years. Delphi celebrates 25 years in 2020 and, alongside the free community version that was introduced a couple of years ago, this syntax guide is a great way to get into the language.
What You Will Learn
  • Quickly use and learn Delphi
  • Compile, build and run a Delphi program
  • Master Delphi strings, variables, constants, and operators and how to apply them
  • Use conditions, loops, procedures, and functions in Delphi
  • Apply object-oriented programming in Delphi
Who This Book Is For
Returning or current Delphi developers: The book is a resource for reference for this group of developers especially for the new features that were introduced in the language over the last couple of years. Newcomers to the language: These developers will learn the fundamentals of the language in a very condensed and effective text that accelerates learning.

John Kouraklis: author's other books


Who wrote Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language? Find out the surname, the name of the author of the book and a list of all author's works by series.

Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
John Kouraklis Delphi Quick Syntax Reference A Pocket Guide to the Delphi and - photo 1
John Kouraklis
Delphi Quick Syntax Reference
A Pocket Guide to the Delphi and Object Pascal Language
1st ed.
John Kouraklis London UK Any source code or other supplementary material - photo 2
John Kouraklis
London, UK

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/9781484261118 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-6111-8 e-ISBN 978-1-4842-6112-5
https://doi.org/10.1007/978-1-4842-6112-5
John Kouraklis 2020
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Apress Media, LLC, 1 New York Plaza, New York, NY 10004, U.S.A. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.
Introduction

Delphi is a modern general-purpose programming language which enhances and supersedes Object Pascal. It is in the market for more than two decades now, and it is used in a wide range of applications. The language is maintained by Embarcadero and is backed by a large community of developers.

The language is versatile, it supports different programming paradigms, and it exhibits quick learning curve. It is easy to grasp the main and fundamental concepts and start coding straightaway. Naturally, as in every language, there is complexity down the line especially when advanced libraries are utilized.

This book offers a guide to the fundamentals. It takes people with no knowledge of the language all the way to what they need to know to start their journey in Delphi. By the end of this book, you will have enough knowledge to be able to read articles about Delphi and understand code of intermediate complexity. In short, this book offers a fast-track induction course to the language.

Who This Book Is For

The typical reader of this book is the newcomer to Delphi with basic knowledge of computer programming. The book offers all the necessary knowledge to get you started with Delphi and provides a wide range of references to allow you expand your knowledge.

After reading this book, you will be able to
  • Discuss the fundamental elements of the language

  • Appreciate the different programming paradigms that can be used in Delphi

  • Write code to demonstrate the basic concepts of the language

Although the newcomer is in the center of this book, the experienced developer will benefit every time they are unsure or need a refresher on topics around the fundamentals of the language.

The Development Environment
The code in this book is written using the following environment:
  • Embarcadero Delphi 10 Sydney (10.4)

  • Microsoft Windows 10 Professional

I use the Professional edition, but there is nothing I do that exploits any features specific to this edition. The code can be tested using even the free Community Edition of Delphi. In fact, most of the code can be executed in other editions of Object Pascal.

There are some topics that utilize features found in specific versions of Delphi. Whenever this happens, I clearly flag the topics.

The Books Structure

The book has five chapters. It starts with basic syntactical elements of the language and gradually introduces how core concepts of modern programming are managed in Delphi. Each chapter is independent to previous chapters, which means you can start reading the most suitable subject to your situation.

Chapter : Delphi Pascal

This chapter looks at Delphi as a programming language. It discusses the syntax and structure of the code, and it introduces the basic development workflow Delphi developers follow.

Chapter : Basics

The second chapter provides the fundamental knowledge a newcomer needs to get an understanding of how basic concepts in programming work in Delphi. Variables, data types, and generics are introduced.

Chapter : Looping, Conditional and Jump Statements

Managing the execution flow of code in Delphi is the topic of this chapter. Common structures like loops, conditional statements, and code jumps are covered to provide to the reader different ways to control logic in code.

Chapter : Procedures and Functions

In this chapter, we move to modular programming. We visit procedures and functions and investigate the way they are implemented and used in Delphi.

Chapter : Object-Oriented Programming (OOP)

OOP is one of the most fundamental and widespread paradigms in modern software development. In this chapter, we look at how OOP is done in Delphi and expand the discussion to cover interfaces, another core concept of contemporary programming.

Code Files

This book includes source code files that can be accessed via the Download Source Code link located at www.apress.com/9781484261118 . The projects are named after the number of the chapter ( ChapterXX ) they refer to. There is also a dedicated project group which loads all the projects for all chapters. You can find it under the name DelphiQuickReference.groupproj .

Table of Contents
About the Author
John Kouraklis

started exploring computers when he was 16 and since then has followed all the way from Turbo Pascal to the latest Delphi versions as a hobby initially and as a profession for most of his adult life. He has developed a wide range of applications, from financial software to reverse engineering tools, including an application for professional gamblers.

He is part of the Delphi community and participates in online communities, forums, and many other events. For example, he is active on Delphi-PRAXiS, which is perhaps the biggest English-speaking online forum about Delphi. John also has a personal website where he posts articles regularly. Lastly, he has written two more books about Delphi published by Apress.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language»

Look at similar books to Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language»

Discussion, reviews of the book Delphi Quick Syntax Reference: A Pocket Guide to the Delphi and Object Pascal Language and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.