Re: [fpc-pascal] FPReport: Split text across two or more pages

2024-01-02 Thread Pique7 via fpc-pascal
On Tue, 2 Jan 2024 00:02:35 +0100 (CET) Michael Van Canneyt via fpc-pascal wrote: > > > On Mon, 1 Jan 2024, Pique7 via fpc-pascal wrote: > > > Hello everyone, > > > > I have already asked this and related questions in the Lazarus Forum. > > > > I want to improve FPReport in order to use it for

Re: [fpc-pascal] How to avoid Copy

2024-01-02 Thread Sven Barth via fpc-pascal
Am 01.01.2024 um 16:51 schrieb Wayne Sherman via fpc-pascal: On Mon, Jan 1, 2024 at 6:14 AM Hairy Pixels wrote: On Jan 1, 2024, at 3:50 PM, Michael Van Canneyt wrote: You can't optimize that. As said, a generic is convenient but slow. I don't know about that. Like was mentioned the enumerator

Re: [fpc-pascal] How to avoid Copy

2024-01-02 Thread Amir--- via fpc-pascal
Yeap! That is actually what I posted here (Feature Request) .  You simply need to inherit from the list class so that you can make the function public. And with a little trick you can also use it inside a for-in-loop: === code

Re: [fpc-pascal] How to avoid Copy

2024-01-02 Thread Sven Barth via fpc-pascal
Amir--- via fpc-pascal schrieb am Mi., 3. Jan. 2024, 07:53: > Yeap! That is actually what I posted here (Feature Request) > . > My example allows you to access it right now with the existing FPC release. Regards, Sven >

Re: [fpc-pascal] How to avoid Copy

2024-01-02 Thread Sven Barth via fpc-pascal
Am 31.12.2023 um 04:11 schrieb Amir--- via fpc-pascal: On 12/30/23 00:20, Sven Barth via fpc-pascal wrote: Amir via fpc-pascal schrieb am Sa., 30. Dez. 2023, 08:11: On Dec 29, 2023 9:50 PM, Adriaan van Os wrote: Amir--- via fpc-pascal wrote: > Hi all, >

Re: [fpc-pascal] How to avoid Copy

2024-01-02 Thread Amir--- via fpc-pascal
Thanks! On 1/2/24 22:59, Sven Barth via fpc-pascal wrote: Amir--- via fpc-pascal schrieb am Mi., 3. Jan. 2024, 07:53: Yeap! That is actually what I posted here (Feature Request) . My example allows you to access it right