Delphi is a form of Object Pascal that is most commonly known due to Borland Delphi that was popular in the 1990's.
2
votes
0answers
175 views
Provide an OnChange event for an internal property which is controlled externally?
For fun and by request I am updating this ImageGrid component, a kind of listbox for images that has a FileNames property of type TStrings.
For ease of writing, I have been misusing its ...