Re: [fpc-pascal] override and virtual: was SetFileTime

2023-05-03 Thread Steve Litt via fpc-pascal
Giuliano Colla via fpc-pascal said on Wed, 3 May 2023 19:33:25 +0200 > >Override: When you're dealing with objects, you have the >inheritance, that is you may derive a new class (the template of an >object) from an existing class and the newly created class inherits >all the metho

Re: [fpc-pascal] override and virtual: was SetFileTime

2023-05-03 Thread Giuliano Colla via fpc-pascal
Il 03/05/23 16:44, Steve Litt via fpc-pascal ha scritto: José Mejuto via fpc-pascal said on Wed, 3 May 2023 11:35:50 +0200 Hello, Attached is a dirty implementation of "touch" for junctions == TTouchJunction = class(TCustomApplication)