Posts by tempoDeveloper • 81 points
5 posts
-
4
votes2
answers757
viewsQ: Access the child components of a Tobject
Ohayou Developers, I’d like to know how you access the children of an object, for example. I have a Trectangle and a Tlabel with your child. I would need to access Tlabel to change, for example,…
-
1
votes0
answers28
viewsQ: Bindvisualy, link a label in the code
I would like to know how to "link" a field of bindVisualy with a label created remotely. I am using Delphi 10.1 Berlin and firemonkey.
-
0
votes0
answers104
viewsQ: There is a lighter object than Trectangle that can apply background color (background)
I’m using the firemonkey (FMX) and made a list of times with Trectangle and label, because using ListView he doesn’t look very handsome. It turns out that when there are many records (something…
-
0
votes3
answers69
viewsQ: How to read only Formatdatatime numbers
I needed to know the current time of the computer and compare with values in the database, example: 'agenda.hora >= "' + formatdatatime('hh:ss',now) + "; It turns out that both in the bank and…
-
2
votes1
answer87
viewsQ: How to work with type Enerico
Hello! I’m starting at Delphi and was creating a method to add margin to an object, but needed it to be for any object. Example of the code I was working on. Below is the example of the code I made…