On Tue, Nov 15, 2022 at 3:50 PM Sven Barth via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> Am 15.11.2022 um 20:31 schrieb Aruna Hewapathirane:
>
>
> On Tue, Nov 15, 2022 at 2:28 PM Sven Barth via lazarus <
> lazarus@lists.lazarus-ide.org> wrote:
>
>> Am 15.11.2022 um 20:11 schrieb Aruna Hewa
Hello Everyone,
I tried going through the fpc documentation and did some searching on
Google and found this video on youtube:
https://www.youtube.com/watch?v=ohfG7KISNq0
The video did help me to understand what to do in the Lazarus IDE but I am
unable to find any code that shows me how to populat
I have created a TDBLIstView which populates a TListView with data.But you car
test it.
Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06
54 - 06 44 733 008
http://www.liberlog.fr
Le jeudi 17 novembre 2022 à 00:03:29 UTC+1, Aruna Hewapathirane via lazarus
a éc
Am 17.11.2022 um 00:03 schrieb Aruna Hewapathirane via lazarus:
Does anyone have any example code that populates a Listview component
through code please?
procedure TForm1.FormCreate(Sender: TObject);
var
item: TListItem;
i: Integer;
begin
for i := 0 to 9 do
begin
item := ListView1.I
On Wed, Nov 16, 2022 at 6:20 PM Matthieu Giroux
wrote:
> I have created a TDBLIstView which populates a TListView with data.
> But you car test it.
>
Do you have a link to the code please?
>
> Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 Rennes
> Tél : 02 23 46 06 54 - 06 44 733 008
>
On Wed, Nov 16, 2022 at 6:29 PM Werner Pamler via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> Am 17.11.2022 um 00:03 schrieb Aruna Hewapathirane via lazarus:
> > Does anyone have any example code that populates a Listview component
> > through code please?
> procedure TForm1.FormCreate(Sende