Questions tagged [delphi-10.2-tokyo]

Delphi 10.2 Tokyo is a specific version of Delphi released in March 2017.

Delphi 10.2 Tokyo supports development of applications covering 32-bit and 64-bit, 32-bit, server 64-bit, 32-bit and 64-bit, and 32-bit. Windows applications may be built using either the framework or the (FMX) framework, whereas the Mac and mobile platforms are built under the Firemonkey framework only.

Always use the tag alongside this tag.

References

558 questions
-4
votes
1 answer

How to make loop to delete selected items in directory

I want to make a loop so selected items in my listview delete from the directory. procedure TFContact.BtnDeleteClick(Sender: TObject); var SecItem, BUFPath : string; i : Integer; begin if ListViewTab5.Selected <> nil then for i := 0 to…
Munir
  • 15
  • 3
-5
votes
2 answers

Different behavior of form resizing from Delphi 10.0 Seattle to 10.2.2 Tokyo

I installed the new Delphi 10.2.2 Tokyo and started to move my projects over to it. I found the following strange behavior in a Windows desktop application. I have a Form with a size of 700x545. To prevent the user from resizing it, I use the…
Christine Ross
  • 465
  • 5
  • 14
-5
votes
1 answer

Why my TListview omit first record

Following code works fine but don't know why it omits the first record. However, if remove this line ListViewMain.Items.Clear; on the second call it displays correctly all records. i am using SQLite. procedure TFMain.BtnUpCommingClick(Sender:…
Fiaz
  • 30
  • 2
  • 9
1 2 3
37
38