Variables are named like this:
<type><scope><name>
The name part is simply the variable name written in mixed case, and the type part is a Hungarian type as defined earlier. We don’t use type and scope prefixes when naming properties and methods of classes and forms.
The base types and modifiers are given in a table at the end of this appendix. The scope part is defined in the following sections.