whether this tool has the special power like of QTP's getroproperty to retrive the real time values from a control, access a collection of a controls(childobject)(checkbox,radio,edit etc), reporting,checkpoints, global value declaration etc to make any automation framework really firm and flexible???
The answers are yes, yes, yes, and even more... you can compile your scripts to exe files, include function libraries as in normal programming languages like C/C++, etc.
As to the runtime object properties values, you can gather from my example how this is done:
GeSHi (autoit):
$oLink.
href Created by GeSHI 1.0.7.20
As the reference you get is to the actual DOM object, without wrapping interfaces, you can also do the same for any webelement with other properties like innertext, etc.