Vincent V62351

Member since: Thursday, 03 May 2018
Last login: 5 years ago
Profile viewed: 514 views

No Rank
Points: 0

Vincent V62351 replied to the topic 'Why aren't my posts showing up?' in the forum. 5 years ago

the same happens to me: I replied on a topic, but my post does not appear while other people's posts do appear.

Read More...

Vincent V62351 replied to the topic 'Delphi AES encryption function?' in the forum. 5 years ago

I'm using LockBox in Delphi for AES-256 bit encryption

Read More...

Vincent V62351 replied to the topic 'Delphi AES encryption function?' in the forum. 5 years ago

I'm using Lockbox for Rijndael (AES) 256 bit encryption (TLbRijndael)

Read More...

Vincent V62351 replied to the topic 'Strange bug with TstringList' in the forum. 5 years ago

From what I see, data.Count should not change when you call dts := tStringList.Create;

However, you did not post the code where you are calling the function ReadStadMbReleases.
Are you using multiple threads or Application.ProcessMessages?

The data Stringlist is passed as a reference to the function, if the same stringlist gets changed outside the function this could give the result you have.

Read More...