On Sun, 6 Nov 2016 18:05:39 +0100 (CET)
Michael Van Canneyt via Lazarus <lazarus@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
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to