Questions tagged as 'firemonkey'

0
answers

How to make a contact list in Delphi

I'm creating in delphi a list of contacts, just like the phone, but I needed to do that sidebar with the letters of A - Z and when it clicks on some letter the vscrool would go to the counted ones of the selected letter. The contacts I will use...
asked by 06.10.2017 / 19:35
0
answers

Delphi - Picking property values with GetPropValue ()

I am using the GetPropValue() function of Delphi to get values of certain properties of some objects of type TControl . Everything works correctly when I get simple property values such as Value , Opacity , etc, but sinc...
asked by 19.08.2017 / 23:00
0
answers

Nested overflow with procedure (Form within Layout)

Next, I want to make a class in which I pass Form, LayoutContainer or Form, LayoutContainer and MultiView per parameter and within that class have the form open method with both types of parameters. / p> type TFormComp =...
asked by 25.04.2017 / 15:35
0
answers

Overlay columns / line

I'm looking for a solution to manipulate a listbox . My scenario is this: I have listbox with 5 Items LisboxItem1 LisboxItem2 LisboxItem3 LisboxItem4 LisboxItem5 When I drag the LisboxItem5 and drop on LisboxIte...
asked by 05.05.2016 / 15:44
0
answers

Can Firemonkey use my GPU and Direct2D? [closed]

I'm starting to develop a game for Windows 10 and would like to know if Firemonkey can use my GPU without any extra configuration. I heard "rumors" that Firemonkey is actually able to automatically use Direct2D, if available, for its routine...
asked by 14.01.2016 / 22:04
1
answer

How to keep an image on a form?

Hello! To use in game production, I'd like to understand how to keep an image in a form through Firemonkey. The code I have so far is this: program TestCase; uses UITypes, Classes, Types, FMX.Forms, FMX.Graphics, FMX.Objects;...
asked by 16.01.2016 / 16:59
0
answers

How to change style.xml file delphi firemonkey

I'd like to know how to change this file style.xml to change the notification bar of android in the default material design ( link ). I want to change the theme, but every time I change this file it goes back to what it was befo...
asked by 02.02.2016 / 12:48
2
answers

How do I get the serial number (not the IMEI) of iOS and Android devices?

How to get the serial number of a mobile device? I need the solution in delphi, firemonkey that works on both Android and iOS.     
asked by 03.02.2015 / 12:41
1
answer

Convert java code to pascal

I need to convert the following java code to Pascal / Firemonkey: The main questions are: How to extract each pixel in firemonkey? How does this code work: slice |= (byte) ((v ? 1 : 0) << (7 -b)); Follow the complete...
asked by 14.09.2016 / 14:32
2
answers

How to use DisplayText / DisplayFormat TStringField clientdatset Delphi

Hello, I want to format the fields of my table that are password, I want it to display **** instead of the password. I tried to use the method to format values TFloatField(dm1.q.fieldbyname('preco_prod')).DisplayFormat := 'R$ 0.00'; Only...
asked by 07.04.2016 / 18:35