[Lazarus] type IntegerList

Juha Manninen juha.manninen62 at gmail.com
Mon Nov 13 19:05:28 CET 2017


On Mon, Nov 13, 2017 at 7:58 PM, Alexey via Lazarus <
lazarus at lists.lazarus-ide.org> wrote:

> Thanks for this new list. Diff like
> - Result:=integer(PtrUInt(FCols[aCol]))
> + Result:=FCols[aCol]
>
> shows it's useful. It supports Longint or PtrInt or PtrUInt? Or i need
> another list for PtrInt?
>

It supports Integer which means Longint.
You need another list for PtrInt but it is very easy to implement using
generics as you can see from TIntegerList.

Juha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20171113/55bea53c/attachment-0001.html>


More information about the Lazarus mailing list