Enumerating published properties and subproperties in Delphi
问题 Apologies if the question was asked before. I have some definition of some components as follows (please guide me if it's wrong, because I'm a beginner). What I am trying, is to enumerate all published properties of the derived components, particularly the sub-properties. I am able to enumerate the names of the properties, however, is it possible to enumerate the published properties for which I can access the elements (as in the sub-properties) during the execution of the program? something