View 'TextFieldIP' was added with the designer. You should not initialize it. (warning #20)
If I do not initialize it, I got an error on compiling:
Parsing code. Error
Error parsing program.
Error description: Undeclared variable 'textfieldip' is used before it was assigned any value.
Occurred on line: 32
TextFieldIP.Initialize("TIP")
If I do not initialize it, I got an error on compiling:
Parsing code. Error
Error parsing program.
Error description: Undeclared variable 'textfieldip' is used before it was assigned any value.
Occurred on line: 32
TextFieldIP.Initialize("TIP")