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
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)
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)
protected
procedure DoRun; override;
function Dat