Working on creating a custom list view. Looking at the example I see this statement:
clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$)
Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references.
Thanks
clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$)
Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references.
Thanks