RobSchultz
Programmer
Hello all,
I've been trying to figure out how to create parent/child relationships in a class for a couple of days but just can't figure it out. How do I create the ability to do something such as...
I'm thinking it has to do something with Property Set but I don't understand the process.
TIA,
Rob
robschultz@yahoo.com
-Focus on the solution to the problem, not the obstacles in the way.-
I've been trying to figure out how to create parent/child relationships in a class for a couple of days but just can't figure it out. How do I create the ability to do something such as...
Code:
Object.Parent.Property
Right now all my code is
Object.FontBold = or Object.FontColor =
I would like to have
Object.Font.Bold or Object.Font.Color =
TIA,
Rob
robschultz@yahoo.com
-Focus on the solution to the problem, not the obstacles in the way.-