Skip to content

Instantly share code, notes, and snippets.

@jkour
jkour / gist:cee00b9786d8728250ed3f6f2fc85bba
Created February 12, 2017 23:55
FMX TPopupBox Change Event
unit Unit4;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation, FMX.ExtCtrls;
type
unit Unit4;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo;
type
@jkour
jkour / GlobalClassesWithGenerics.txt
Last active November 29, 2016 21:21
Global Classes with Generics
program Project3;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils, System.SyncObjs;
type