Chemtext: Add data required to support the new IDE examples window.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8800 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-04-24 13:16:43 +00:00
parent daa01d1ce6
commit e3cfd50bd9
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{ "grid_sample" : {
"Category" : "CCR",
"Keywords" : ["label", "chemistry", "chemical formula", "science", "TStringGrid", "OnDrawCell"],
"Description" : "Demonstrates how the procedure \"ChemTextOut\" in unit \"ChemText\" can be used to display chemical formulas in the cells of a StringGrid by using the grid's OnDrawCell event."}
}