[Lazarus] tchart copy or save problems with clipped = False

Andrea Mauri andrea.mauri.75 at gmail.com
Tue Jan 12 12:53:49 CET 2010


On Tue, Jan 12, 2010 at 1:30 AM, Alexander Klenin <klenin at gmail.com> wrote:
>
> 1) Proposed syntax seems somewhat suboptimal. Historically, Pascal
> used redundancy and keywords to minimize the chance of errors and
> make diagnostics easier. In that spirit, I think some active indication
> of arbitrary upper bound is preferable to a mere omission:
>
> IDECommandStrs: array[0..*] of TIdentMapEntry = (
> IDECommandStrs: array[0..auto] of TIdentMapEntry = (
> IDECommandStrs: array[0..end] of TIdentMapEntry = (

IDECommandStrs: array[0..var] of TIdentMapEntry ?

var - stands for "variable number of elements"

thanks,
dmitry




More information about the Lazarus mailing list