Skip to content

Instantly share code, notes, and snippets.

@Raygunpewpew1
Raygunpewpew1 / CustomCardGrid.pas
Last active February 14, 2026 15:31
High-Performance Virtualized Grid & Rich Text in Delphi FMX (Skia)
unit CustomCardGrid;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes,
System.Generics.Collections, System.Math, FMX.Types, FMX.Controls,
FMX.Graphics, FMX.Objects, FMX.Layouts, FMX.Ani, FMX.Forms, FMX.Platform,
System.Skia, FMX.Skia.Canvas, MTGCore, CardPriceTypes;