3
votes
Super simple SQLite application for iOS FireMonkey
The Hacker's Corner
– The following unit creates a table, inserts two records, and queries them back. Next I’ll try to tackle DataSnap… Enjoy! unit Unit1; {$IFDEF FPC} {$mode objfpc}{$H+} {$modeswitch objectivec1} {$ENDIF} interface uses SysUtils, Types, UITypes, Classes, Variants, FMX_Types, FMX_Controls, FMX_Forms, FMX_Dialogs, FMX_Layouts, FMX_Memo {$IFDEF FPC} , iPhoneAll, SQLite3db, SQLite {$ENDIF} ; type TForm1 = class(TForm) Button1: TButton; Memo1: TMemo; procedure Button1Click(Sender: TObject); private { Private declarations } public { Public declarations } ...
Statistics
|
Visits by Source |
User Actions |




