Thor TWEeT #12: Custom Keyword List
VFP is not a case-sensitive language and it provides little assistance in maintaining the case of names of “things” – field names, variable names, property names, and method names. The list of features it provides to assist in keeping names to always appear with the same case is short:
- There is a list of VFP reserved words, used by Beautify and auto-expansion of Intellisense
- Beautify can change the case of all user-defined words in a code window to match the first occurrence.
- _MemberData can be used so that properties and methods in a VCX or SCX can be mixed case.