Ok. For instance ADO has
ADODB.RECORDSET.Field.Value
Adodb is the project, Recordset is the Class, Field is the property, what is Value? Sub Property?
I want to add a Size property associated to my Name Property inside my class. (So you get the . List in
vb when you use the Name Property)
How do I do this?