Recent

Author Topic: [SOLVED] Is there any limit about count of characters into StringGrid.Cells  (Read 749 times)

finalist

  • Jr. Member
  • **
  • Posts: 99
I need to vizualize more than 256 characters into StringGrid.Cells[]
« Last Edit: March 09, 2022, 05:20:15 pm by finalist »

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Is there any limit about count of characters into StringGrid.Cells
« Reply #1 on: March 09, 2022, 01:44:44 pm »
Hi!

StringGrid.Cells[] contains a string.

The restriction for a string is a maximum of

2.147.483.647

chars/bytes.

This is enough for the most cases.

Winni

finalist

  • Jr. Member
  • **
  • Posts: 99
Re: Is there any limit about count of characters into StringGrid.Cells
« Reply #2 on: March 09, 2022, 05:19:44 pm »
Thanks winni!

 

TinyPortal © 2005-2018