How to get the handle of object create by ToleAuto():new(XXX)
for example :
oObject := TOleAuto():New(xxx)
How to get the handel of oObject
How to get the handle of object create by ToleAuto():new(XXX)
for example :
oObject := TOleAuto():New(xxx)
How to get the handel of oObject
is this what you mean ?
oObject:hObj
Yes !
It help me a lot !!!
Thank you very much.