I have a class which holds multiple filenames inside a TStringList. I can access a particular filename by index using:
myclass.stringlistclass[index]
But how can I get an filename using the following syntax?
myclass[index]
Is there a property I can implement to achieve this functionality?
This means:
defaultindexor propertiesValuesGetColumnValue