FIREMONKEY
-
Show image in Firemonkey TListBox
Display images in Firemonkey TListBox Introduce how to display in OnList event of TListBoxItem and how to display by placing TImage component on TListBoxItem. ... -
Copy text to clipboard in Firemonkey applications
Introduce how to use Firemonkey application to copy text to clipboard. To use the clipboard, use the IFMXClipboardService interface. Check whether the platform on ... -
Delphi Android internal system related operations
Delphi Android internal system related operations (Cell phone information, vibration, clipboard, keyboard, phone, dialing) //Get phone information function GetPhoneInfo(): string; Var TelephonyManager: JTelephonyManager; ... -
Delphi recognizes the battery level of an Android device
You may want to know the battery level. On Android, the battery manager broadcasts intent information about the battery. To find out the battery ... -
Delphi changes Android brightness
When the screen turns black, it is usually impossible to read the application that reads the barcode displayed on the terminal. In this case, ... -
Using Android Vibration in Delphi
For example, when your computer is damaged by a game application, you want to produce a vibration effect. To use the Android vibrator in ... -
Delphi implementation software version verification code
unit MakeImageCode; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,uImageCode, FMX.StdCtrls, FMX.Controls.Presentation, FMX.Objects; type TForm1 ... -
-
-
Delphi Firemonkey calls functions asynchronously in the main thread (delayed calls)
Delphi Firemonkey calls functions asynchronously in the main thread (delayed calls)