kind of similar to the . in VB for method and property assignments

VB it is this

frm1.Caption
txt1.Text

PHP it is this

frm1->Caption
txt1->Text