Questions tagged as 'firemonkey'

1
answer

Firemonkey file sharing

I'm new to firemonkey and I think my question is simple. I have a table in sqlite with some info and I exported this data to a txt. Now I want to email this txt. How do I share this file on android?     
asked by 31.07.2017 / 14:22
0
answers

How to get System.Generics.Collections.TList in a TList?

I'm having a problem trying to get the TList from a Generics.Collections.TList. It gives the following error: [dcc32 Error] Unit1.pas(101): E2010 Incompatible types: 'TExame' and 'System.Generics.Collections.TList<modExame.TExame>'...
asked by 03.04.2017 / 15:31
0
answers

Livebindings delphi berlin - Catching

I migrated my application to firemonkey which was running in Delphi-xe8 to Delphi Berlin , everything works perfectly, except that when I view Bindings designer and select any query or listview the projec...
asked by 08.11.2016 / 14:54
2
answers

StringGrid Delphi - "carousel"

I would like to do the following with my StringGrid, I have a register of 100 products, and I would like it to show 10 products at a time, in a kind of infinite loop. Does anyone know how to help me?     
asked by 20.10.2017 / 00:10
3
answers

How to read only the FormatDataTime numbers

I needed to know the current time of the computer and compare it with values in the database, for example: 'agenda.hora >= "' + formatdatatime('hh:ss',now) + "; It turns out that both the bank and the format will return a string, the ban...
asked by 28.09.2017 / 15:11
1
answer

Virtual keyboard Android Firemonkey repeating words

We have an Android app that is experiencing typing problems after sending a message. The problem happens when we try to insert a new message, after entering the first character, TMemo automatically inserts the entire contents of the previous mes...
asked by 13.08.2018 / 18:35
1
answer

Delphi FireMonkey button in tTabControl does not respond

I'm creating an App with Berlin Starter Edition . I put tTabControl in Form , I created a Tab and put a tButton in it. Both tTabControl and tButton are Enabled . However when I run the program...
asked by 09.09.2016 / 00:41