CodeDatabaseDelphiRAD Studio

Learn How to Apply Robust Native Controls In FireMonkey With Delphi And C++

The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native styling of that control. Note: Only iOS and Windows support native controls. The following links provide a list of controls that support native presentation on iOS and Windows…
Read more
CodeDelphiRAD Studio

Learn How To Deploy A Powerful Camera Component For Delphi On iOS With WINSOFT

Introduction Camera for iOS is a Firemonkey component that only works on the iOS platform. It makes use of the AVFoundation framework and offers a native video preview. It also recognizes native barcodes (EAN, QR Code, Data Matrix, Aztec, UPC-E, PDF417, ITF 14, and so on) and native faces. 2. Components in the Demo and what they do. The Demo includes a TabControl…
Read more
CodeDelphiRAD StudioTech Partner

All You Need To Know About The Open Source AsmProfiler 32-Bit Profiler Written In Delphi And Assembly

AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly. AsmProfiler stands for “assembly profiler” because the heart of the profiler is written in assembly. According to the author of the project: “There are some (good) profilers available, but these are: Too expensive, and I want that every programmer can use a…
Read more