Hi, I was wondering if there are any tutorials anywhere on advanced uses of the type command. I was examinging some code and I find lines like this boggling:
and even this
To be more specific, It seems "object" is an undocumented blitz Command? If so how is it used? and can anyone explain how owner.window would work?
view.View = Object.View( ID ) If view <> Null view\AX = X view\AY = Y view\AW = W view\AH = H Return True EndIf
and even this
Field Owner.Window
To be more specific, It seems "object" is an undocumented blitz Command? If so how is it used? and can anyone explain how owner.window would work?