The Tomes of Delphi

Download The Tomes of Delphi PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 552 pages
Book Rating : 4.:/5 (318 download)

DOWNLOAD NOW!


Book Synopsis The Tomes of Delphi by : Julian Bucknall

Download or read book The Tomes of Delphi written by Julian Bucknall and published by . This book was released on 2001 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: Featuring a wealth of code examples appropriate for practicing developers, this advanced-level guide provides comprehensive coverage of such topics as arrays, binary trees, data compression. The CD includes the author's highly successful freeware library, EZDSL, along with the code from the book.

Algorithms, Programming and Delphi

Download Algorithms, Programming and Delphi PDF Online Free

Author :
Publisher :
ISBN 13 : 9781876245603
Total Pages : 217 pages
Book Rating : 4.2/5 (456 download)

DOWNLOAD NOW!


Book Synopsis Algorithms, Programming and Delphi by : Kevin Savage

Download or read book Algorithms, Programming and Delphi written by Kevin Savage and published by . This book was released on 2002-01-01 with total page 217 pages. Available in PDF, EPUB and Kindle. Book excerpt: This text focusses on problem solving using a third generation algorithmic approach. The emphasis throughout is on developing the algorithm needed to prepare an applicaion, using the concepts of structured programming, and the software development cycle.

Delphi High Performance

Download Delphi High Performance PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788621247
Total Pages : 328 pages
Book Rating : 4.7/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Delphi High Performance by : Primož Gabrijelčič

Download or read book Delphi High Performance written by Primož Gabrijelčič and published by Packt Publishing Ltd. This book was released on 2018-02-26 with total page 328 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build fast, scalable, and high performing applications with Delphi Key Features Build efficient and concurrent applications in Delphi with focused examples Identify performance bottlenecks and apply the correct algorithm to increase the performance of applications. Delve into parallel programming and memory management to optimize your code Book DescriptionDelphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for Microsoft Windows, Apple Mac OS X, Google Android, iOS, and now Linux with RAD Studio 10.2. This book will be your guide to build efficient high performance applications with Delphi. The book begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. It will teach you how to improve your algorithms before taking you through parallel programming. You’ll then explore various tools to build highly concurrent applications. After that, you’ll delve into improving the performance of your code and master cross-platform RTL improvements. Finally, we’ll go through memory management with Delphi and you’ll see how to leverage several external libraries to write better performing programs. By the end of the book, you’ll have the knowledge to create high performance applications with Delphi.What you will learn Find performance bottlenecks and easily mitigate them Discover different approaches to fix algorithms Understand parallel programming and work with various tools included with Delphi Master the RTL for code optimization Explore memory managers and their implementation Leverage external libraries to write better performing programs Who this book is for This book is for Delphi developers who would like to build high performance applications with Delphi. Prior knowledge of Delphi is assumed.

Ready-to-Run Delphi? 3.0 Algorithms

Download Ready-to-Run Delphi? 3.0 Algorithms PDF Online Free

Author :
Publisher : Wiley
ISBN 13 : 9780471254003
Total Pages : 0 pages
Book Rating : 4.2/5 (54 download)

DOWNLOAD NOW!


Book Synopsis Ready-to-Run Delphi? 3.0 Algorithms by : Rod Stephens

Download or read book Ready-to-Run Delphi? 3.0 Algorithms written by Rod Stephens and published by Wiley. This book was released on 1998-07-20 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: All the algorithms you'll ever need for use in your Delphi programs Ready-to-Run Delphi 3.0 Algorithms This book/CD package arms you with a library of powerful algorithms completely implemented in Delphi source code. Just as importantly, it shows you when, where, and how to use them, and when you shouldn't use them. You'll find out how to handle just about any design requirement you'll encounter, such as managing data structures, sorting, searching, hashing, networking, and other important program functions. In plain English, and with the help of sample code and numerous working examples, programming guru Rod Stephens brings you up to speed on algorithm fundamentals, and, with the help of ready-to-run programs that you can use to try out the algorithms, he shows you how to: * Compare the strengths and weaknesses of different algorithms to select the best one for a particular situation * Analyze algorithms both theoretically and in real-world situations * Anticipate performance problems before they become disasters * Customize algorithms to suit your particular needs * Effectively use both classical algorithms and the latest object-oriented techniques * Identify performance bottlenecks where changes can have the greatest impact on speed The CD-ROM supplies you with: * Delphi source code for all the algorithms described in the book * Test programs to try them out * A library of important algorithms you can use immediately without wasting valuable programming time Visit the author's comprehensive Delphi site at :www.delphi-helper.com

Mastering Delphi Programming: A Complete Reference Guide

Download Mastering Delphi Programming: A Complete Reference Guide PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1838983910
Total Pages : 667 pages
Book Rating : 4.8/5 (389 download)

DOWNLOAD NOW!


Book Synopsis Mastering Delphi Programming: A Complete Reference Guide by : Primož Gabrijelčič

Download or read book Mastering Delphi Programming: A Complete Reference Guide written by Primož Gabrijelčič and published by Packt Publishing Ltd. This book was released on 2019-11-26 with total page 667 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use structural, behavioral, and concurrent patterns in Delphi to skillfully develop applications Key FeaturesDelve into the core patterns and components of Delphi to enhance your application's designLearn how to select the right patterns to improve your program's efficiency and productivityDiscover how parallel programming and memory management can optimize your codeBook Description Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for most operating systems, including Microsoft Windows, iOS, and now Linux with RAD Studio 10.2. If you know how to use the features of Delphi, you can easily create scalable applications in no time. This Learning Path begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. You'll brush up on tricks, techniques, and best practices to solve common design and architectural challenges. Then, you'll see how to leverage external libraries to write better-performing programs. You'll also learn about the eight most important patterns that'll enable you to develop and improve the interface between items and harmonize shared memories within threads. As you progress, you'll also delve into improving the performance of your code and mastering cross-platform RTL improvements. By the end of this Learning Path, you'll be able to address common design problems and feel confident while building scalable projects. This Learning Path includes content from the following Packt products: Delphi High Performance by Primož GabrijelčičHands-On Design Patterns with Delphi by Primož GabrijelčičWhat you will learnUnderstand parallel programming and work with the various tools included with DelphiExplore memory managers and their implementationLeverage external libraries to write better-performing programsKeep up to date with the latest additions and design techniques in DelphiGet to grips with various modern multithreading approachesBreak a design problem down into its component partsWho this book is for This Learning Path is for intermediate-level Delphi programmers who want to build robust applications using Delphi features. Prior knowledge of Delphi is assumed.

Distributed Algorithms

Download Distributed Algorithms PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 9783540552369
Total Pages : 340 pages
Book Rating : 4.5/5 (523 download)

DOWNLOAD NOW!


Book Synopsis Distributed Algorithms by : Sam Toueg

Download or read book Distributed Algorithms written by Sam Toueg and published by Springer Science & Business Media. This book was released on 1992-03-11 with total page 340 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume contains the proceedings of the fifth International Workshop on Distributed Algorithms (WDAG '91) held in Delphi, Greece, in October 1991. The workshop provided a forum for researchers and others interested in distributed algorithms, communication networks, and decentralized systems. The aim was to present recent research results, explore directions for future research, and identify common fundamental techniques that serve as building blocks in many distributed algorithms. The volume contains 23 papers selected by the Program Committee from about fifty extended abstracts on the basis of perceived originality and quality and on thematic appropriateness and topical balance. The workshop was organizedby the Computer Technology Institute of Patras University, Greece.

Discrete Optimization Algorithms

Download Discrete Optimization Algorithms PDF Online Free

Author :
Publisher : Courier Corporation
ISBN 13 : 0486453537
Total Pages : 564 pages
Book Rating : 4.4/5 (864 download)

DOWNLOAD NOW!


Book Synopsis Discrete Optimization Algorithms by : Maciej M. Sys?o

Download or read book Discrete Optimization Algorithms written by Maciej M. Sys?o and published by Courier Corporation. This book was released on 2006-01-01 with total page 564 pages. Available in PDF, EPUB and Kindle. Book excerpt: Rich in publications, the well-established field of discrete optimization nevertheless features relatively few books with ready-to-use computer programs. This book, geared toward upper-level undergraduates and graduate students, addresses that need. In addition, it offers a look at the programs' derivation and performance characteristics. Subjects include linear and integer programming, packing and covering, optimization on networks, and coloring and scheduling. A familiarity with design, analysis, and use of computer algorithms is assumed, along with knowledge of programming in Pascal. The book can be used as a supporting text in discrete optimization courses or as a software handbook, with twenty-six programs that execute the most common algorithms in each topic area. Each chapter is self-contained, allowing readers to browse at will.

Hands-On Design Patterns with Delphi

Download Hands-On Design Patterns with Delphi PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789342430
Total Pages : 462 pages
Book Rating : 4.7/5 (893 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Design Patterns with Delphi by : Primož Gabrijelčič

Download or read book Hands-On Design Patterns with Delphi written by Primož Gabrijelčič and published by Packt Publishing Ltd. This book was released on 2019-02-27 with total page 462 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get up to speed with creational, structural, behavioral and concurrent patterns in Delphi to write clear, concise and effective code Key FeaturesDelve into the core patterns and components of Delphi in order to master your application's designBrush up on tricks, techniques, and best practices to solve common design and architectural challengesChoose the right patterns to improve your program’s efficiency and productivityBook Description Design patterns have proven to be the go-to solution for many common programming scenarios. This book focuses on design patterns applied to the Delphi language. The book will provide you with insights into the language and its capabilities of a runtime library. You'll start by exploring a variety of design patterns and understanding them through real-world examples. This will entail a short explanation of the concept of design patterns and the original set of the 'Gang of Four' patterns, which will help you in structuring your designs efficiently. Next, you'll cover the most important 'anti-patterns' (essentially bad software development practices) to aid you in steering clear of problems during programming. You'll then learn about the eight most important patterns for each creational, structural, and behavioral type. After this, you'll be introduced to the concept of 'concurrency' patterns, which are design patterns specifically related to multithreading and parallel computation. These will enable you to develop and improve an interface between items and harmonize shared memories within threads. Toward the concluding chapters, you'll explore design patterns specific to program design and other categories of patterns that do not fall under the 'design' umbrella. By the end of this book, you'll be able to address common design problems encountered while developing applications and feel confident while building scalable projects. What you will learnGain insights into the concept of design patternsStudy modern programming techniques with DelphiKeep up to date with the latest additions and program design techniques in DelphiGet to grips with various modern multithreading approachesDiscover creational, structural, behavioral, and concurrent patternsDetermine how to break a design problem down into its component partsWho this book is for Hands-On Design Patterns with Delphi is aimed at beginner-level Delphi developers who want to build scalable and robust applications. Basic knowledge of Delphi is a must.

Delphi Programming Projects

Download Delphi Programming Projects PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789135230
Total Pages : 241 pages
Book Rating : 4.7/5 (891 download)

DOWNLOAD NOW!


Book Synopsis Delphi Programming Projects by : William Duarte

Download or read book Delphi Programming Projects written by William Duarte and published by Packt Publishing Ltd. This book was released on 2019-05-03 with total page 241 pages. Available in PDF, EPUB and Kindle. Book excerpt: Improve your Delphi programming skills by building robust applications for Android, iOS, and Windows platform Key FeaturesBuild responsive user interfaces (UIs) for desktop and mobile with FireMonkeyImplement a microservices architecture using the Rapid Application Development(RAD) serverCreate clones of popular applications like Instagram and Facebook using Delphi 10.3Book Description Delphi is a cross-platform programming language and software development kit that supports rapid application development for Microsoft Windows, Apple Mac OS X, Android, and iOS. With the help of seven practical projects, this book will guide you through the best practices, Delphi Run-Time Library (RTL) resources, and design patterns. Whether you use the Visual Component Library (VCL) or FireMonkey (FMX) framework, these design patterns will be implemented in the same way in Delphi, using Object Pascal. In the first few chapters, you will explore advanced features that will help you build rich applications using the same code base for both mobile and desktop projects. In addition to this, you’ll learn how to implement microservice architecture in Delphi. As you get familiar with the various aspects of Delphi, you will no longer need to maintain source code for similar projects, program business rules on screens, or fill your forms with data access components. By the end of this book, you will have gained an understanding of the principles of clean code and become proficient in building robust and scalable applications in Delphi. What you will learnGet to grips with the advanced features of RTLUnderstand how to deal with the paradigm change between multiplatform projectsBuild rich interfaces with Google's Material Design featuresUnderstand how to implement design patterns in DelphiTurn a mobile device into a remote controller with app tethering technologyBuild a multi-database system using VCLWho this book is for This book is for developers, programmers, and IT professionals who want to learn the best market practices by implementing practical projects. Prior knowledge of the Delphi language is a must.

Fearless Cross-Platform Development with Delphi

Download Fearless Cross-Platform Development with Delphi PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1800209258
Total Pages : 544 pages
Book Rating : 4.8/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Fearless Cross-Platform Development with Delphi by : David Cornelius

Download or read book Fearless Cross-Platform Development with Delphi written by David Cornelius and published by Packt Publishing Ltd. This book was released on 2021-10-22 with total page 544 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to rapidly build and deploy cross-platform applications from a single codebase with practical, real-world solutions using the mature Delphi 10.4 programming environment Key FeaturesImplement Delphi's modern features to build professional-grade Windows, web, mobile, and IoT applications and powerful serversBecome a Delphi code and project guru by learning best practices and techniques for cross-platform developmentDeploy your complete end-to-end application suite anywhereBook Description Delphi is a strongly typed, event-driven programming language with a rich ecosystem of frameworks and support tools. It comes with an extensive set of web and database libraries for rapid application development on desktop, mobile, and internet-enabled devices. This book will help you keep up with the latest IDE features and provide a sound foundation of project management and recent language enhancements to take your productivity to the next level. You'll discover how simple it is to support popular mobile device features such as sensors, cameras, and GPS. The book will help you feel comfortable working with FireMonkey and styles and incorporating 3D user interfaces in new ways. As you advance, you'll be able to build cross-platform solutions that not only look native but also take advantage of a wide array of device capabilities. You'll also learn how to use embedded databases, such as SQLite and InterBase ToGo, synchronizing them with your own custom backend servers or modules using the powerful RAD Server engine. The book concludes by sharing tips for testing and deploying your end-to-end application suite for a smooth user experience. By the end of this book, you'll be able to deliver modern enterprise applications using Delphi confidently. What you will learnDiscover the latest enhancements in the Delphi IDEOvercome the barriers that hold you back from embracing cross-platform developmentBecome fluent with FireMonkey controls, styles, LiveBindings, and 3D objectsBuild Delphi packages to extend RAD Server or modularize your applicationsUse FireDAC to get quick and direct access to any dataLeverage IoT technologies such as Bluetooth and Beacons and learn how to put your app on a Raspberry PiEnable remote apps with backend servers on Windows and Linux through REST APIsDevelop modules for IIS and Apache web serversWho this book is for This book is for Delphi developers interested in expanding their skillset beyond Windows programming by creating professional-grade applications on multiple platforms, including Windows, Mac, iOS, Android, and back-office servers. You'll also find this book useful if you're a developer looking to upgrade your knowledge of Delphi to keep up with the latest changes and enhancements in this powerful toolset. Some Delphi programming experience is necessary to make the most out of this book.

Delphi High Performance.

Download Delphi High Performance. PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1805128337
Total Pages : 452 pages
Book Rating : 4.8/5 (51 download)

DOWNLOAD NOW!


Book Synopsis Delphi High Performance. by : Primož Gabrijelčič

Download or read book Delphi High Performance. written by Primož Gabrijelčič and published by Packt Publishing Ltd. This book was released on 2023-06-30 with total page 452 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master Siemens TIA toolbox tools for efficient PLC and HMI code writing. Gain insights into algorithm performance, Delphi language intricacies, and program optimizations to enhance your skills effectively. Key Features Discover external programming libraries that will speed up your programming and code Learn to integrate external libraries into Delphi programs Build fast Delphi applications using concurrency, parallel programming, and memory management Book DescriptionPerformance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code. This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library. The second part of the book talks about parallel programming. You’ll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways – by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns. By the end of this book, you’ll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.What you will learn Get to grips with algorithmic complexity and learn how to recognize it Use tools to determine program runtime behavior Speed up programs by doing less instead of more Discover the internal workings of Delphi data structures Gain an understanding of Delphi’s memory manager Find out how to write low-level parallel programs with TThread Use parallel patterns from the PPL and OTL libraries to write fast code Include external code, written in C or C++, in Delphi programs Who this book is for This book is for all Delphi programmers. Whether you’re a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you’re using an older version of Delphi, don’t despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone.

Delphi Pascal Programming

Download Delphi Pascal Programming PDF Online Free

Author :
Publisher : Rob Botwright
ISBN 13 : 1839387513
Total Pages : 234 pages
Book Rating : 4.8/5 (393 download)

DOWNLOAD NOW!


Book Synopsis Delphi Pascal Programming by : Rob Botwright

Download or read book Delphi Pascal Programming written by Rob Botwright and published by Rob Botwright. This book was released on 101-01-01 with total page 234 pages. Available in PDF, EPUB and Kindle. Book excerpt: 📚 Introducing: Delphi Pascal Programming Bundle! Are you ready to elevate your Delphi Pascal programming skills to the next level? Look no further! 🚀 Unleash your coding potential with our comprehensive bundle, featuring four must-have books: 📘 Book 1: Delphi Pascal Programming Essentials Master efficient code editing techniques and unleash your productivity with insider tips and tricks. From keyboard shortcuts to code refactoring, this book covers it all! 📗 Book 2: From Basics to Brilliance Transform your user interfaces from mundane to magnificent! Dive into visual designing in Delphi Pascal programming and create stunning UIs that captivate users and enhance their experience. 📙 Book 3: Advanced Techniques in Delphi Pascal Take your debugging skills to new heights with integrated strategies for identifying and resolving software defects. From runtime errors to multithreaded environments, become a debugging pro! 📕 Book 4: Delphi Pascal Programming Pro Fine-tune your code editing and visual designing skills like never before. Explore expert-level techniques and unleash the full potential of Delphi Pascal programming. Don't miss out on this opportunity to become a Delphi Pascal programming master! Grab your bundle today and embark on a journey to coding excellence. 💻✨

Delphi GUI Programming with FireMonkey

Download Delphi GUI Programming with FireMonkey PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788621239
Total Pages : 532 pages
Book Rating : 4.7/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Delphi GUI Programming with FireMonkey by : Andrea Magni

Download or read book Delphi GUI Programming with FireMonkey written by Andrea Magni and published by Packt Publishing Ltd. This book was released on 2020-10-29 with total page 532 pages. Available in PDF, EPUB and Kindle. Book excerpt: Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivity Key FeaturesDelve into the FireMonkey framework and explore its powerful capabilitiesEnhance the user experience by using various technologies included in Delphi and FMXBoost developer productivity through the cross-platform capabilities enabled by the frameworkBook Description FireMonkey (FMX) is a cross-platform application framework that allows developers to create exciting user interfaces and deliver applications on multiple operating systems (OS). This book will help you learn visual programming with Delphi and FMX. Starting with an overview of the FMX framework, including a general discussion of the underlying philosophy and approach, you’ll then move on to the fundamentals and architectural details of FMX. You’ll also cover a significant comparison between Delphi and the Visual Component Library (VCL). Next, you’ll focus on the main FMX components, data access/data binding, and style concepts, in addition to understanding how to deliver visually responsive UIs. To address modern application development, the book takes you through topics such as animations and effects, and provides you with a general introduction to parallel programming, specifically targeting UI-related aspects, including application responsiveness. Later, you’ll explore the most important cross-platform services in the FMX framework, which are essential for delivering your application on multiple platforms while retaining the single codebase approach. Finally, you’ll learn about FMX’s built-in 3D functionalities. By the end of this book, you’ll be familiar with the FMX framework and be able to build effective cross-platform apps. What you will learnExplore FMX’s fundamental components with a brief comparison to VCLAchieve visual responsiveness through alignment capabilities and layout componentsEnrich the user experience with the help of transitions and visual animationsGet to grips with data access and visual data bindingBuild exciting and responsive UIs for desktop and mobile platformsUnderstand the importance of responsive applications using parallel programmingCreate visual continuity through your applications with TFrameStand and TFormStandExplore the 3D functionalities offered by FMXWho this book is for This book is for Delphi developers who are looking to discover the full potential of the FireMonkey framework in order to build interactive cross-platform GUI applications and achieve an optimal UI/UX. Basic familiarity with Delphi programming and the VCL will be beneficial but not mandatory.

Mastering Delphi Programming

Download Mastering Delphi Programming PDF Online Free

Author :
Publisher :
ISBN 13 : 9781838989118
Total Pages : 674 pages
Book Rating : 4.9/5 (891 download)

DOWNLOAD NOW!


Book Synopsis Mastering Delphi Programming by : Primoz Gabrijelčič

Download or read book Mastering Delphi Programming written by Primoz Gabrijelčič and published by . This book was released on 2019-11-25 with total page 674 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use structural, behavioral, and concurrent patterns in Delphi to skillfully develop applications Key Features Delve into the core patterns and components of Delphi to enhance your application's design Learn how to select the right patterns to improve your program's efficiency and productivity Discover how parallel programming and memory management can optimize your code Book Description Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for most operating systems, including Microsoft Windows, iOS, and now Linux with RAD Studio 10.2. If you know how to use the features of Delphi, you can easily create scalable applications in no time. This Learning Path begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. You'll brush up on tricks, techniques, and best practices to solve common design and architectural challenges. Then, you'll see how to leverage external libraries to write better-performing programs. You'll also learn about the eight most important patterns that'll enable you to develop and improve the interface between items and harmonize shared memories within threads. As you progress, you'll also delve into improving the performance of your code and mastering cross-platform RTL improvements. By the end of this Learning Path, you'll be able to address common design problems and feel confident while building scalable projects. This Learning Path includes content from the following Packt products: Delphi High Performance by Primoz Gabrijelčič Hands-On Design Patterns with Delphi by Primoz Gabrijelčič What you will learn Understand parallel programming and work with the various tools included with Delphi Explore memory managers and their implementation Leverage external libraries to write better-performing programs Keep up to date with the latest additions and design techniques in Delphi Get to grips with various modern multithreading approaches Break a design problem down into its component parts Who this book is for This Learning Path is for intermediate-level Delphi programmers who want to build robust applications using Delphi features. Prior knowledge of Delphi is assumed.

Delphi Cookbook

Download Delphi Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788623185
Total Pages : 659 pages
Book Rating : 4.7/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Delphi Cookbook by : Daniele Spinetti

Download or read book Delphi Cookbook written by Daniele Spinetti and published by Packt Publishing Ltd. This book was released on 2018-07-31 with total page 659 pages. Available in PDF, EPUB and Kindle. Book excerpt: Quickly learn and employ practical recipes for developing real-world, cross-platform applications using Delphi. Key Features Get to grips with Delphi to build and deploy various cross-platform applications Design and deploy real-world apps by implementing a single source codebase Build robust and optimized GUI applications with ease Book Description Delphi is a cross-platform integrated development environment (IDE) that supports rapid application development on different platforms, saving you the pain of wandering amid GUI widget details or having to tackle inter-platform incompatibilities. Delphi Cookbook begins with the basics of Delphi and gets you acquainted with JSON format strings, XSLT transformations, Unicode encodings, and various types of streams. You’ll then move on to more advanced topics such as developing higher-order functions and using enumerators and run-time type information (RTTI). As you make your way through the chapters, you’ll understand Delphi RTL functions, use FireMonkey in a VCL application, and cover topics such as multithreading, using aparallel programming library and deploying Delphi on a server. You’ll take a look at the new feature of WebBroker Apache modules, join the mobile revolution with FireMonkey, and learn to build data-driven mobile user interfaces using the FireDAC database access framework. This book will also show you how to integrate your apps with Internet of Things (IoT). By the end of the book, you will have become proficient in Delphi by exploring its different aspects such as building cross-platforms and mobile applications, designing server-side programs, and integrating these programs with IoT. What you will learn Develop visually stunning applications using FireMonkey Deploy LiveBinding effectively with the right object-oriented programming (OOP) approach Create RESTful web services that run on Linux or Windows Build mobile apps that read data from a remote server efficiently Call platform native API on Android and iOS for an unpublished API Manage software customization by making better use of an extended RTTI Integrate your application with IOT Who this book is for Delphi Cookbook is for intermediate developers with a basic knowledge of Delphi who want to discover and understand all the development possibilities offered by it.

Mastering Delphi Programming

Download Mastering Delphi Programming PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 674 pages
Book Rating : 4.:/5 (113 download)

DOWNLOAD NOW!


Book Synopsis Mastering Delphi Programming by : Primož Gabrijelčič

Download or read book Mastering Delphi Programming written by Primož Gabrijelčič and published by . This book was released on 2019 with total page 674 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use structural, behavioral, and concurrent patterns in Delphi to skillfully develop applications Key Features Delve into the core patterns and components of Delphi to enhance your application's design Learn how to select the right patterns to improve your program's efficiency and productivity Discover how parallel programming and memory management can optimize your code Book Description Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for most operating systems, including Microsoft Windows, iOS, and now Linux with RAD Studio 10.2. If you know how to use the features of Delphi, you can easily create scalable applications in no time. This Learning Path begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. You'll brush up on tricks, techniques, and best practices to solve common design and architectural challenges. Then, you'll see how to leverage external libraries to write better-performing programs. You'll also learn about the eight most important patterns that'll enable you to develop and improve the interface between items and harmonize shared memories within threads. As you progress, you'll also delve into improving the performance of your code and mastering cross-platform RTL improvements. By the end of this Learning Path, you'll be able to address common design problems and feel confident while building scalable projects. This Learning Path includes content from the following Packt products: Delphi High Performance by Primoz Gabrijelcic Hands-On Design Patterns with Delphi by Primoz Gabrijelcic What you will learn Understand parallel programming and work with the various tools included with Delphi Explore memory managers and their implementation Leverage external libraries to write better-performing programs Keep up to date with the latest additions and design techniques in Delphi Get to grips with various modern multithreading approaches Break a design problem down into its component parts Who this book is for This Learning Path is for intermediate-level Delphi programmers who want to build robust applications using Delphi features. Prior knowledge of Delphi is assumed.

Delphi High Performance - Second Edition

Download Delphi High Performance - Second Edition PDF Online Free

Author :
Publisher :
ISBN 13 : 9781805125877
Total Pages : 0 pages
Book Rating : 4.1/5 (258 download)

DOWNLOAD NOW!


Book Synopsis Delphi High Performance - Second Edition by : Primo¿ Gabrijel¿i¿

Download or read book Delphi High Performance - Second Edition written by Primo¿ Gabrijel¿i¿ and published by . This book was released on 2023-06-30 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover algorithm performance, high- and low-level optimizations, and the internal behavior of programs written in the Delphi language Purchase of the print or Kindle book includes a free PDF eBook Key Features: Discover external programming libraries that will speed up your programming and code Learn to integrate external libraries into Delphi programs Build fast Delphi applications using concurrency, parallel programming, and memory management Book Description: Performance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code. This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library. The second part of the book talks about parallel programming. You'll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways - by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns. By the end of this book, you'll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now. What You Will Learn: Get to grips with algorithmic complexity and learn how to recognize it Use tools to determine program runtime behavior Speed up programs by doing less instead of more Discover the internal workings of Delphi data structures Gain an understanding of Delphi's memory manager Find out how to write low-level parallel programs with TThread Use parallel patterns from the PPL and OTL libraries to write fast code Include external code, written in C or C++, in Delphi programs Who this book is for: This book is for all Delphi programmers. Whether you're a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you're using an older version of Delphi, don't despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone.