show/hide this revision's text 2 didn't really mean global vars when I wrote it.

So I go by this Delphi naming scheme of arguments start with A, global class vars start with F and local vars start with M. Does that scheme have a name? I see it a lot in the Delphi source I'd like to read more about it but I'm not sure what it's called.

show/hide this revision's text 1

Does my variable naming convention have a name?

So I go by this Delphi naming scheme of arguments start with A, global vars start with F and local vars start with M. Does that scheme have a name? I see it a lot in the Delphi source I'd like to read more about it but I'm not sure what it's called.