Jump to content

SnowSonic

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by SnowSonic

  1. SnowSonic

    Listview prevent change of item

    procedure TForm1.lv1Change(Sender: TObject; Item: TListItem; Change: TItemChange); begin if Item.Focused and Item.Selected then begin // your code here end; end;
  2. SnowSonic

    Release of Zeos 8.0.0

    When using FB25, the speedup is ±35% (14800 → 9760). Thanks
  3. SnowSonic

    How to get thumbnails from images?

    This is my project. Try this. Auslogics.zip
×