[RESOLVED] Read-Only Class Property
good evening, everyone.
i would like to ask if it is possible to have a property inside a class that is only readable, and not writeable?
i just want my class to have properties that can be viewed and read by forms, but not have them be able to change the value of the class's property.
i hope some of you guys can help. i'd really appreciate it. thanks!
Re: Read-Only Class Property
Sure, just create the Property Get (not the Set/Let).
If you want further details/examples, see this FAQ thread.
Re: Read-Only Class Property
oh... okay. :)
thank you very much. i'll try it out now...