Delphi Xe2 Foundations

DOWNLOAD
Download Delphi Xe2 Foundations PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Delphi Xe2 Foundations book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page
Delphi Xe2 Foundations
DOWNLOAD
Author : Chris Rolliston
language : en
Publisher:
Release Date : 2012-06-25
Delphi Xe2 Foundations written by Chris Rolliston and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012-06-25 with categories.
Provides a comprehensive guide to the language and core non-visual libraries of Embarcadero Delphi XE2, from basic language syntax to multithreading. Adopting an integrated approach, the book covers both newer and older features alongside one another; while it won't teach you how to program, it assumes little Delphi knowledge specifically. Includes coverage of XE2's support for Mac OS X.(Edition note: the printed version combines the three parts of the eBook version, which is available separately.)
Fearless Cross Platform Development With Delphi
DOWNLOAD
Author : David Cornelius
language : en
Publisher: Packt Publishing Ltd
Release Date : 2021-10-22
Fearless Cross Platform Development With Delphi written by David Cornelius and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-10-22 with Computers categories.
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 Xe2 Vcl Win32 Win64
DOWNLOAD
Author : Осипов Дмитрий Леонидович
language : ru
Publisher: БХВ-Петербург
Release Date : 2012
Delphi Xe2 Vcl Win32 Win64 written by Осипов Дмитрий Леонидович and has been published by БХВ-Петербург this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012 with Computers categories.
Книга посвящена одному из самых совершенных языков программирования Delphi XE2. В ней излагаются основы программирования на языке Delphi XE2, подробно рассматривается визуальная библиотека компонентов (VCL), описывается порядок разработки программного обеспечения для 32- и 64-разрядных версий Windows с использованием функций Win API, предоставляется обзор новейшей кроссплатформенной библиотеки FireMonkey, позволяющей создавать программное обеспечение не только для ОС Microsoft Windows, но и для Mac OS X. Примеры проектов из книги размещены на сайте издательства. Файлы для книги можно скачать по ссылке ftp://ftp.bhv.ru/9785977508254.zip
Introducing Delphi Programming
DOWNLOAD
Author : John Barrow
language : en
Publisher: Oxford University Press, USA
Release Date : 2005
Introducing Delphi Programming written by John Barrow and has been published by Oxford University Press, USA this book supported file pdf, txt, epub, kindle and other format this book has been release on 2005 with Computers categories.
This book teaches distance-learning students how to program in Delphi, a major computer language used to design a variety of programs.
Delphi In Depth
DOWNLOAD
Author : Cary Jensen
language : en
Publisher: McGraw-Hill Osborne Media
Release Date : 1996-01-01
Delphi In Depth written by Cary Jensen and has been published by McGraw-Hill Osborne Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 1996-01-01 with Computers categories.
With approximately 50% of the book's material applying to Delphi for Windows, this book teaches developers how to go full-throttle with Delphi--no matter which version they're using. The authors zero in on programming techniques that fully exploit Delphi's capabilities.
Delphi High Performance
DOWNLOAD
Author : Primož Gabrijelčič
language : en
Publisher: Packt Publishing Ltd
Release Date : 2018-02-26
Delphi High Performance written by Primož Gabrijelčič and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-02-26 with Computers categories.
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.
Delphi Gui Programming With Firemonkey
DOWNLOAD
Author : Andrea Magni
language : en
Publisher: Packt Publishing Ltd
Release Date : 2020-10-29
Delphi Gui Programming With Firemonkey written by Andrea Magni and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-10-29 with Computers categories.
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.
Borland C Builder 6 Developer S Guide
DOWNLOAD
Author : Jarrod Hollingworth
language : en
Publisher: Sams Publishing
Release Date : 2003
Borland C Builder 6 Developer S Guide written by Jarrod Hollingworth and has been published by Sams Publishing this book supported file pdf, txt, epub, kindle and other format this book has been release on 2003 with Computers categories.
0672324806.ld The definitive guide to the latest version of Borlands powerful C++Builder. Provides complete coverage of C++Builder Web Services development, now a key component of C++Builder. Borland C++Builder remains best in class IDE over the past 5 years for C++ solutions. Written by a team of top C++Builder experts with expertise in a variety of technical areas related to C++ application development. C++Builder 6 Developers Guide is revised for the latest version of C++Builder, the biggest update to C++Builder in years. C++Builder is an ANSI C++ IDE. The version 6 adds BizShape, a tool to build Web Services using XML/SOAP, .NET, and BizTalk from Microsoft, and SunONE from Sun Microsystems. Other new components include WebSnap for Web application development, DataSnap for database development, and CLX, which allows cross-platform development for Unix and Linux. The new NetCLX Internet components allow development of cross-platform applications with Apache, Microsoft IIS, and Netscape Web Server applications. C++Builder 6 Developers Guide continues as the definitive guide for Borlands C++Builder, providing a clear and concise reference for C++ developers. C++Builder Developers Guide is a unique combination of over 35 C++Builder experts from around the globe. This team brings hundreds of thousands of working hours in professional software development to the creation of this extensive work. Leading the team are Jarrod Hollingworth, Bob Swart, Mark Cashman. and Paul Gustavson. Jarrod is running Backslash (http://www.backslash.com;au), loping software applications for the Internet and key business sectors and working as a software development consultant. Bob (aka. Dr.Bob) is an internationally recognized UK Borland Connections member and an independent technical author, trainer, and consultant using C++Builder, Kylix, and Delphi based in The Netherlands. Mark Cashman is an independent C++ developer in the U.S. Paul Gustavson lives in Virginia and is a senior systems engineer for Synetics, Inc., a U.S.-based company providing knowledge management, systems engineering, and enterprise management services.
Code Faster In Delphi
DOWNLOAD
Author : Alister Christie
language : en
Publisher:
Release Date : 2020-09-26
Code Faster In Delphi written by Alister Christie and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-09-26 with categories.
Don't touch that mouse! Hands on the keyboard, and eyes front. You're about to embark on a Bootcamp to tone your coding muscles, sharpen your shortcuts, fix forms faster, and accelerate your career as a Delphi Programmer. Now drop and give me twenty lines of code and five laps of that while loop. This book will help you Code Faster in Delphi through a vast array of tips, tricks and hacks to squeeze every bit of productivity out of yourself and the Delphi IDE. Some ways your coding will be made easier: By enhancing the IDE with plugins. You'll be introduced to powerful language features such as: Interfaces Generics Anonymous Methods Get started with some of the best parts of the Run-Time Library, including: Generic Collections Parallel Programming Library Regular Expressions Enhanced RTTI FireDAC Use Meta-Programming to write and modify code to save you from horribly repetitive tasks. Improve your physical environment with easy solutions to hardware and station problems. And of course, once you've mastered these, where to go to get even faster and better. With over one hundred areas of improvement covered, this holistic approach to Coding Faster In Delphi will boost your productivity, and therefore your value to your clients, bosses, and colleagues.