Recent

Author Topic: How to display a file name like 63249(1).png in jlistview?  (Read 691 times)

lazpas

  • Jr. Member
  • **
  • Posts: 83
How to display a file name like 63249(1).png in jlistview?
« on: April 17, 2022, 01:54:34 pm »
Thanks.

jmpessoa

  • Hero Member
  • *****
  • Posts: 2302
Re: How to display a file name like 63249(1).png in jlistview?
« Reply #1 on: April 17, 2022, 07:44:52 pm »
Quote
like 63249(1).png

Where?


Edited: Maybe you can use these methods to replace default delimiters "("  and ")"  by some others not used in files names.
 
    procedure SetLeftDelimiter(_leftDelimiter: string);
    procedure SetRightDelimiter(_rightDelimiter: string);
« Last Edit: April 18, 2022, 12:24:08 am by jmpessoa »
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

lazpas

  • Jr. Member
  • **
  • Posts: 83
Re: How to display a file name like 63249(1).png in jlistview?
« Reply #2 on: May 09, 2022, 06:30:57 am »
Quote
like 63249(1).png

Where?


Edited: Maybe you can use these methods to replace default delimiters "("  and ")"  by some others not used in files names.
 
    procedure SetLeftDelimiter(_leftDelimiter: string);
    procedure SetRightDelimiter(_rightDelimiter: string);

thanks jmpessoa

It works.
« Last Edit: May 10, 2022, 06:21:38 am by lazpas »

 

TinyPortal © 2005-2018