Posts by Ronaldo Pereira • 1 point
1 post
-
-1
votes1
answer154
viewsA: Notifications in Android app
var MyNotification: TNotification; begin suaSQL.close; suaSql.sql.clear; suaSql.sql.add('select * from tabelasua where status = 0'); //status é o campo que vc quer verificar os dados suaSql.open; if…