User Guides | Flexcel Studio for VCL and Firemonkey Documentation
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Delphi XE2 Feature Matrix
Delphi® XE2 The fastest way to build native applications for Windows, Mac and iOS Feature Matrix Feature Architect Ultimate Enterprise Professional Starter INTEGRATED COMPILERS Enhanced in XE2! High-performance 32-bit optimizing Delphi® native code compiler 23.0 (dcc32), including High performance x86 Assembler – 32-bit inline assembler supporting the Intel® x86 instruction set (including Intel Pentium® Pro, Pentium III, X X X X X Pentium 4, Intel MMX™, SIMD, Streaming SIMD Extensions, SSE, SSE2, SSE3, SSE 4.1, SSE 4.2, AMD SSE4A and AMD® 3DNow!® New in XE2! Delphi 64-bit compiler X X X X New in XE2! Delphi OS X compiler X X X X Delphi command line compiler (dcc32.exe) X X X X Enhanced in XE2! Create 32-bit optimized Delphi native executables that can run X X X X X on both 32 and 64-bit Windows operating systems APPLICATION PLATFORMS, INTEGRATED FRAMEWORKS, DESIGNERS, SDKS AND INSTALLERS New in XE2! FireMonkey Platform for creating 32-bit Windows applications for X X X X X Windows 7, Windows Vista and XP; Server 2003 and 2008. New in XE2! FireMonkey Platform for creating 64-bit Windows applications for X X X X Windows 7, Windows Vista and XP; Server 2003 and 2008. New in XE2! FireMonkey Platform for creating OS X 10.6 and 10.7 applications X X X X New in XE2! FireMonkey Platform for creating applications for iOS 4.2 and higher X X X X New in XE2! VCL (Visual Component Library) for rapidly building 64-bit applications X X X X for Windows 7,Windows Vista and XP; Server 2003 and 2008. -
Introduction to Fmxlinux Delphi's Firemonkey For
Introduction to FmxLinux Delphi’s FireMonkey for Linux Solution Jim McKeeth Embarcadero Technologies [email protected] Chief Developer Advocate & Engineer For quality purposes, all lines except the presenter are muted IT’S OK TO ASK QUESTIONS! Use the Q&A Panel on the Right This webinar is being recorded for future playback. Recordings will be available on Embarcadero’s YouTube channel Your Presenter: Jim McKeeth Embarcadero Technologies [email protected] | @JimMcKeeth Chief Developer Advocate & Engineer Agenda • Overview • Installation • Supported platforms • PAServer • SDK & Packages • Usage • UI Elements • Samples • Database Access FireDAC • Migrating from Windows VCL • midaconverter.com • 3rd Party Support • Broadway Web Why FMX on Linux? • Education - Save money on Windows licenses • Kiosk or Point of Sale - Single purpose computers with locked down user interfaces • Security - Linux offers more security options • IoT & Industrial Automation - Add user interfaces for integrated systems • Federal Government - Many govt systems require Linux support • Choice - Now you can, so might as well! Delphi for Linux History • 1999 Kylix: aka Delphi for Linux, introduced • It was a port of the IDE to Linux • Linux x86 32-bit compiler • Used the Trolltech QT widget library • 2002 Kylix 3 was the last update to Kylix • 2017 Delphi 10.2 “Tokyo” introduced Delphi for x86 64-bit Linux • IDE runs on Windows, cross compiles to Linux via the PAServer • Designed for server side development - no desktop widget GUI library • 2017 Eugene -
VCL Features in Firemonkey 2 by Marco Cantù, Senior Product Manager, Embarcadero
25_26_TXD 28_1_Layout 1 1/10/13 9:16 AM Page 25 TECH BRIEF VCL Features In FireMonkey 2 by Marco Cantù, Senior Product Manager, Embarcadero When the FireMonkey library made its debut The same is true for the action objects (here listed from base to derived in Delphi XE 2 and RAD Studio XE 2, many class), declared in the following units: developers were excited about its potential • TBasicAction in System.Classes but some were wary of adopting a new • TContainedAction in System.Actions framework. Some of the concerns might • TCustomAction and TAction in FMX.ActnList have been due to a lack of understanding of the architecture of the new library, or being In terms of features, actions in FireMonkey are almost identical to their unsure how to get by without some classic VCL counterpart, offering predefined actions, direct hooks to visual VCL features that they were accustomed to. controls, and much more. Notice, though, that I’m referring to the plain Delphi XE 3 and RAD Studio XE 3 change all ActionList component, not the more sophisticated ActionManager, that and give Delphi and RAD Studio users which is not available in FireMonkey. new reasons to look at multi-device and In Figure 1 there is a snapshot of one of the official demos, showing multi-platform development. the actions list editor and the set of standard actions in FireMonkey Now with the release of the second version (captured on a beta version, so the final content might change). of FireMonkey in Delphi XE 3, a number I really like the overall ActionList architecture a lot, so I’m quite happy of the limitations of the first release have to see it available in FireMonkey. -
Essential Delphi IDE 10.3 - 1
Essential Delphi IDE 10.3 - 1 Essential Delphi IDE 10.3 Sample content of a coming book introducing the Delphi IDE (and updated for Del- phi 10.3). The material is based (with permission) on classic editions of Mastering Delphi. This ebook is copyright Marco Cantu 1995-2020. All rights reserved. For more information refer to www.marcocantu.com Marco Cantù, Essential Delphi IDE 10.3 2 - 01: A Form Is a Window 01: A Form Is A Window The Delphi IDE is a very complex application, with many feature accumulated over 25 years the product has been in existence. So the question where to start covering it is more than legitimate. In this first chapter of the book I want to pro- vide a practical introduction, in case you've never build an application with Delphi. Starting from the next chapter I'll go deeper in coverage going over each of the IDE areas in more and more detail. Let's start our exploration of Delphi by looking to the simplest scenario, building Windows applications using the VCL library. This is the easiest starting point, while most concept will also apply to mobile and multi-device development. Windows applications are usually based on windows. So, how are we going to create our first window? We’ll do it by using a form. As the chapter title suggests, a form really is a window in disguise. There is no real difference between the two concepts, at least from a general point of view. Marco Cantù, Essential Delphi IDE 10.3 01: A Form Is a Window - 3 note If you look closely, a form is always a window, but the reverse isn’t always true. -
Delphi Advanced with Jens Fudge
DELPHI ADVANCED WITH JENS FUDGE Course outline Course overview This 2 day course will take you in depths of the Delphi/Pascal programming language using both the traditional VCL framework but also the recently added framework Firemonkey. By utilizing Firemonkey you will learn how to program and build an application that will compile for Windows, Mac, Android and iOS. As well as get a deeper knowledge of the Pascal language and its capabilities. VCL An introduction of VCL framework and a briefing on new features in the last few versions of Delphi. Firemonkey The session on the Firemonkey framework will be a quick introduction to what is the Firemonkey Framework, and why does it exist. We will see an example of how we can get a program to run on: Mac OSX Windows 32 bit Windows 64 bit Android mobile platform iOS mobile platform. Note, this course does not cover mobile development per se, but we will see the steps to make the same app(lication) run on all the above platforms. Containers We will look at various container types in Delphi, generics and anonymous methods TObjectList<T> TQueue<T> TStack<T> TDictionary<T> Searching for items in TObjectList<T> with binarysearch. Specifically searching for objects using binary search. RTTI We will in this session take a look at what Run Time Type Information is. RTTI is exactly what the name implies. Its information of any given type at runtime. As a developer you are able to read, and even modify, information about types and classes. We’ll take a look at this as well as how to add information to your own classes using Attributes. -
Secure Remote Service Execution for Web Media Streaming
Secure Remote Service Execution for Web Media Streaming vorgelegt von Dipl.-Ing. Alexandra Mikityuk geb. in Leningrad, UdSSR von der Fakultät IV – Elektrotechnik und Informatik der Technischen Universität Berlin zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften - Dr.-Ing. - genehmigte Dissertation Promotionsausschuss: Vorsitzender: Prof. Dr. Thomas Magedanz, Technische Universität Berlin Gutachter: Prof. Dr. Jean-Pierre Seifert, Technische Universität Berlin Gutachter: Prof. Dr. Jean-Claude Dufourd, ParisTech Gutachter: Prof. Dr.-Ing. Ina Schieferdecker, Technische Universität Berlin Tag der wissenschaftlichen Aussprache: 29. August 2017 Berlin 2017 D 83 Abstract Through continuous advancements in streaming and Web technologies over the past decade, the Web has become a platform for media delivery. Web standards like HTML5 have been designed accordingly, allowing for the delivery of applications, high-quality streaming video, and hooks for interoperable content protection. Efficient video encoding algorithms such as AVC/HEVC and streaming protocols such as MPEG-DASH have served as additional triggers for this evolution. Users now employ Web browsers as a tool for receiving streaming media and rendering Web applications, and browsers have been embedded into almost every kind of connected device. The drawback of these technical developments and quick rate of user adoption is that modern Web browsers have introduced significant constraints on devices’ capabilities. First, the computational requirements have risen continuously, resulting in a cycle where modern devices can be nearly outdated after a year or two. Second, as the integration of browser technologies is a complicated matter, not every platform provides the same performance. Different Operating Systems (OSs), chipsets and software engines are the main reasons for this difference in performance. -
Folder 4 Raoul Wallenberg Material
--... ,",-.. ..:.... ..... ___ . R. A o« ~. w ••• .,;!'>H~ .a;.;:.~~~~£ ·~ W~t ;?d.:.: A.~.~ ~ ., .. ~- - e~ec-.<--t>,s. ~ l~H 1'1~~~~'~'-:i fi,-:; j),Afl-:(~) 4~ .t> ~eo~_,(.o~c_.., [_ f>OS<E"Vt>t.-"f · .· P~.c:. · (~~ 3 '~. ~) •.. ,_ --·. -~: .. ____ -- -..... --···-- --~--- .... w-·· ····_ ... ---~~. ., •• ·"-~~~rc:, ~~1 . .... -~- '' ... ~ ..... ·' ,.,___,: .::r:-. ··t· . 9;EPA~~MENT _,,_J: T~ULTEG2~~~ \r·; c6~~~~~~~T~6Ns .1\ ·STATF AND RECORDS I '- J\t""ust.- 3\ 10.:14 u·c . 1 I lllistr:lbution of trr E · • y· ,,). ~ ~ 0~- -t~"~:1';;:;;~~ ,,, .;""~;~Jc··~~~- ~.L0 ':.:._CONIRULC~ P . ' . .,- >::_;:_::/:_;,~:;_:·.· , :~ o_~~~~~ ~~.~A:?\ ?o:. ~':~cuci ty n<.>aon~ -~~f.! ~ · ~~AflO~A~~·:,': : .. ;.:: A~~:.H ... :_~.~ ...:.; ·. · , t>:lx~ .ot.thi.r~ !H::.a~e. :muzt l ·[ "'mr~"KHOiJ&{.' :. :. ':,'''OIVISIONOF '-. \-);' c.l...Only .iu:~o.:;de4.; . ~ "'""""" . 1 •. r COMMUNICATIONS&RECOIUlS.:~ -~-~-==~·~~-~· ~.....,..~=..;~ 15!30 /}; (' ' • ;y-' .·· .. ... ·. Th@~~~e ~elCJ~,;tcr Ol~sn b .mm e~e. ?loase .ask w~~nb~~ •l)ax-~onall)> t" contact i'0l1x ; :~-/·' . } L '.: .· ... ·.. ··. '.· . Sz::mtl~~.:;.lO [email protected]~gy·Ut .. , Hulia:?$St~ telQph.one 3~-698. .. ·. ·.. ·. ·.·: .; ·;;.-~ ,: .. ~ - . ~- :. \ •, . ~- ; . · tl'fid oa-aJ.j.i: itall~~l.n that thioough a fl'icnd in i.os Ang~Jtles, -·, -- ~a.U~~~rg hail hl9~d.trem E~«Jfl$ ·B~gdanfi"1.---Nllom ~iallenbe;rg . .· ' ' . l . ·.. · do;.cd not· {repeat gflt) lrntiwo A0. m. me~JHI gf verif;yill$ li!a B'~:Ai•!J.i.:::~~1~ ·~~ to ·~~ me3S~£tfl~ t~all~:nb;.n•!$ shtmld rahr to the .· . ···-· .... · J. :··· ' :rouo'Wi.,l",g p:t>~p~'l·tlg~ll~(l 'b;r 87.-~il'lt;rzaa:y~ Bogdantty's rub~ . -~. ' . C'utt' l:2,nktll end po~ii,:~t l'J:a;l;~h~ 0:.1rs;, Be;JEiianf'.fy 0 ~ fur coat • gold . -
RAD Studio Mobile Tutorials
Product Documentation RAD Studio Mobile Tutorials Version XE7 © 2014 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners. Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. The company's flagship tools include: Embarcadero® Change Manager™, CodeGear™ RAD Studio, DBArtisan®, Delphi®, ER/Studio®, JBuilder® and Rapid SQL®. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com. November, 2014 Embarcadero Technologies 2 CONTENTS Mobile Tutorials: Mobile Application Development (iOS and Android) ................... 9 Setup ................................................................................................................................. 10 Using Basic User Interface Elements ............................................................................. 10 Using Device Functionality ........................................................................................... -
Using Free Pascal to Create Android Applications
Using Free Pascal to create Android applications Michaël Van Canneyt January 19, 2015 Abstract Since several years, Free pascal can be used to create Android applications. There are a number of ways to do this, each with it’s advantages and disadvantages. In this article, one of the ways to program for Android is explored. 1 Introduction Programming for Android using Free Pascal and Lazarus has been possible since many years, long before Delphi unveiled its Android module. However, it is not as simple a process as creating a traditional Desktop application, and to complicate matters, there are several ways to do it: 1. Using the Android NDK. Google makes the NDK available for tasks that are CPU- intensive (a typical example are opengl apps), but warns that this should not be the standard way of developing Android apps. This is the way Delphi made it’s Android port: Using Firemonkey – which uses OpenGL to draw controls – this is the easiest approach. There is a Lazarus project that aims to do things in a similar manner (using the native-drawn widget set approach). 2. Using the Android SDK: a Java SDK. This is the Google recommended way to create Android applications. This article shows how to create an Android application using the Java SDK. 2 FPC : A Java bytecode compiler The Android SDK is a Java SDK: Android applications are usually written in Java. How- ever, the Free Pascal compiler can compile a pascal program to Java Bytecode. This is done with the help of the JVM cross-compiler. Free Pascal does not distribute this cross-compiler by default (yet), so it must be built from sources. -
Xamk Opinnäytteen Kirjoitusalusta Versio 14022017
F Jakhongir Fayzullaev Native-like Cross-Platform Mobile Development Multi-OS Engine & Kotlin Native vs Flutter Bachelor’s thesis Information Technology 2018 Author (authors) Degree Time Jakhongir Fayzullaev Bachelor of Engineering May 2018 Thesis title 62 pages Native-like Cross-Platform Mobile Development 0 pages of appendices Multi-OS Engine & Kotlin Native vs Flutter Commissioned by Xamk Supervisor Timo Mynttinen Abstract The goal of this thesis was to study and demonstrate a relatively new way and tools of cross-platform mobile development and to research such technologies as Multi-OS Engine, Kotlin/Native and Flutter. The thesis contains both theory and practice about how Multi-OS Engine, Kotlin/Native and Flutter work. The thesis discussed the theory of native development vs cross-platform development as well as other cross-platform development options. As these technologies are relatively new there are not many previous studies about the topic. The thesis aimed to provide illustrative examples to demonstrate how tools could be used, their features and a work example. The thesis concludes with a case study where three sample applications were made using different tools. The main goal of the case was to showcase how these technologies could be used in real world. The case study serves as a demonstration of the possibilities of these three tools. At the end the advantages and disadvantages of both tools were found and the real use case of them. Keywords Android, iOS, Flutter ,Kotlin, Java, Dart, cross-platform, programming, CONTENTS 1 INTRODUCTION .......................................................................................................... 5 2 NATIVE VS CROSS-PLATFORM DEVELOPMENT ..................................................... 7 2.1 Why cross-platform? .............................................................................................. -
Congressional Record United States Th of America PROCEEDINGS and DEBATES of the 115 CONGRESS, FIRST SESSION
E PL UR UM IB N U U S Congressional Record United States th of America PROCEEDINGS AND DEBATES OF THE 115 CONGRESS, FIRST SESSION Vol. 163 WASHINGTON, THURSDAY, JUNE 15, 2017 No. 102 House of Representatives The House met at 10 a.m. and was tinues to be among our essential legacy However, mineral rights owners and called to order by the Speaker pro tem- industries in the Fifth Congressional the local industry have had significant pore (Mr. HARPER). District of Pennsylvania. challenges in recent years due to ef- While some of this energy production f forts by some to force more Federal originally started with mining in the regulations on oil and gas production DESIGNATION OF SPEAKER PRO 18th century, the Pennsylvania oil rush in the Allegheny. TEMPORE in the mid-1800s changed America and In 2009, the Forest Service settled out The SPEAKER pro tempore laid be- has since had profound impacts on the of court with environmental activists fore the House the following commu- world abroad. to apply, for the first time, the Na- nication from the Speaker: In the late 1850s, Edwin Drake, who tional Energy Policy Act to the leasing later adopted the title of ‘‘colonel,’’ and permitting process in the forest. WASHINGTON, DC, came to Titusville in search of oil de- June 15, 2017. After nearly a decade in the courts, I hereby appoint the Honorable GREGG posits. Unsuccessful at first, he eventu- the settlement was correctly over- HARPER to act as Speaker pro tempore on ally made a breakthrough by drilling turned when the court opined that the this day. -
Sport-Scan Daily Brief
SPORT-SCAN DAILY BRIEF NHL 1/29/2021 Anaheim Ducks Chicago Blackhawks 1200646 Bounces don’t go Ducks’ way as Coyotes cash in late 1200678 Blackhawks sign Madison Bowey to two-year contract, power play to win providing defensive depth and expansion-draft insurance 1200647 Ducks prospect Jamie Drysdale adjusting to hockey life in 1200679 Daniel Carcillo, ex-Blackhawks enforcer-turned-CEO, the minors hopes to heal fellow TBI survivors with psilocybin mushroo 1200648 How Hampus Lindholm achieved his goal as the Ducks’ 1200680 Bowman downplays rumors, says everything remains undisputed No. 1 defenseman status quo with Toews 1200681 Blackhawks sign defenseman Madison Bowey to 2-year Arizona Coyotes deal 1200649 Christian Dvorak's two goals, defensive effort lead 1200682 Hagel, Lankinen stand out in Blackhawks' shootout loss Coyotes past Ducks 1200683 What Madison Bowey signing means for Blackhawks 1200650 Tocchet looking for Coyotes to be in better scoring position after consecutive losses Colorado Avalanche 1200651 FOX Sports Arizona to rebrand as Bally Sports Arizona 1200684 Nazem Kadri leads Avalanche to two-game sweep of San Jose Sharks Boston Bruins 1200685 Avalanche rookie Bo Byram, 19, tied his father in NHL 1200652 In rematch, Bruins don’t need overtime to beat Penguins games played 1200653 Bruins shuffle lines with Jake DeBrusk sidelined 1200686 16 Stats: Colorado’s star power, McDavid’s dominance, 1200654 Metropolitan Riveters pull out of NWHL tournament in Winnipeg’s center depth Lake Placid after ‘several’ positive COVID-19 tests