Hi friends!!!

Someone told me that in powerbuilder you can make a reference to a control using the word "This" (This.property). In vb, we can use the "Me" if we are making reference to the actual form. Is there a keyword similar to the "This" of powerbuilder? The only way is using ActiveControl?