What is the default access modifier for a property in VB6? -


this sounds should easy google, isn't, @ least not source isn't contradicting , unreliable.

what default access modifier property in vb6? private, friend, or public? depend on whether it's in module, class, form, or user control? , different non-properties?

vb6 class properties public default. see https://msdn.microsoft.com/en-us/library/aa266191(v=vs.60).aspx property statement explanation.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -