Posts by Leonam José de Lima • 34 points
3 posts
-
1
votes1
answer492
viewsA: Browse Tlist and load Tmemo with Tlist information
I’ve solved the mystery. It replaces the library System.Classes for System.Generics.Collation, changed the statement of TList. Before it was: FListaProd: TList Now it’s: FListaProd:…
-
0
votes1
answer492
viewsQ: Browse Tlist and load Tmemo with Tlist information
[Tlist in firemonkey mobile] Guys, I’ve had a problem here for a while. I can’t work with TList in firemonkey mobile, specifically until then tested "Android". If I compile for Win32 works…
-
0
votes1
answer1092
viewsA: Enable and disable Ttimer
To disable the timer just type: Timer1.enabled := False; And to enable: Timer1.enabled := True; You must be disabling the timer in the wrong place.…
delphianswered Leonam José de Lima 34