[Lazarus] ctrl-c code completion

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Nov 8 12:59:55 CET 2016


On Sun, 6 Nov 2016 18:05:39 +0100 (CET)
Michael Van Canneyt via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

>[...]
> - Function to function,
> 
> - Procedure to procedure
> 
> - and the setter in
> 
>    property Values[const Name: string]: string read GetValue write SetValue;
> 
>    is changed from
> 
>    procedure SetValue(const Name, Value: string);
> 
>    to
> 
>    procedure SetValue(const Name : string; Const Value: string);
> 
>    Causing the compiler to generate an error...

Why does that cause a compiler error?

Mattias


More information about the Lazarus mailing list