FPiette
Direct2D is an API that provides Win32 developers with the ability to perform 2-D graphics rendering tasks with superior performance and visual quality.Direct2D is a hardware-accelerated. That is it make use of the GPU whenever… … Read more
4 years ago in API, Component, Delphi, Direct2D, Embarcadero, GDI+, RAD Studio0
FPiette
This article explain how to create a form on the fly. Such a form is created by code, without using the designer. You will surely ask why you would do that! Granted the Delphi form… … Read more
11 years ago in Component, Delphi, Embarcadero, programming0
FPiette
When you create a component for Delphi, you need a bitmap to represent your component in the component palette. This bitmap must be saved as a DCR file and linked into the component package. DCR… … Read more
11 years ago in Component, Delphi, FireMonkey, vcl0