Hi good people,
On a straight forward project with only one form, I would appreciate verification on this:
1. For coding purposes, so far I view the properties of the components of a form as kind of GLOBAL variables. Except for exceptions. Is this correct?
2. Now, although I might be confused, it seems to me that sometimes I can refer to Label1.Caption directly, and sometimes the compiler wants Form1.Label1.Caption because the identifier is 'not found'.
Is there any guideline that someone would please provide, that clears my head on why/when one needs to use the "Form1." prefix and when not?
Thanks.