mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 01:57:57 +02:00
13 lines
631 B
Plaintext
13 lines
631 B
Plaintext
{
|
|
"Cell_OverFlow" : {
|
|
"Category" : "General",
|
|
"Keywords" : [
|
|
"Grid",
|
|
"Cell",
|
|
"Overflow",
|
|
"TStringGrid"
|
|
],
|
|
"Description" : "This sample project implements overflowing text in a StringGrid descendant. This means that text which is longer than the width of the column is not truncated at the cell border, but is allowed to flow into adjacent empty cells.\n\nThe code is based on a forum contribution by user Geepster \n(http://forum.lazarus.freepascal.org/index.php/topic,35869.msg238079.html#msg238079)\n\nIt was extended to correctly handle left, right and centered text alignments."
|
|
}
|
|
}
|