Quote from
luishp on September 11, 2019, 10:36 am
@asmat GetThisObjectName command was designed to manage RunTime objects (mostly Draw Objects) but it can be used with any other DesignTime object with a little trick using an special attribute: VisualNEOWebName.
SetObjectAttribute "PushButton1" "VisualNEOWebName" "PushButton1"
Take a look at the attached sample app.
It uses Draw Objects and Design Time objects.
@asmat GetThisObjectName command was designed to manage RunTime objects (mostly Draw Objects) but it can be used with any other DesignTime object with a little trick using an special attribute: VisualNEOWebName.
SetObjectAttribute "PushButton1" "VisualNEOWebName" "PushButton1"
Take a look at the attached sample app.
It uses Draw Objects and Design Time objects.
Uploaded files:- You need to login to have access to uploads.
asmat has reacted to this post.