Home / comp / gb.qt / action / _get 
Action[] (gb.qt)
Syntax
DIM hAction AS Action

hAction = Action [ Key AS String [ , Parent AS Control ] ]
Returns an object used for manipulating all the controls associated with the specified action.

The action Key can be:

If Parent is specified, then only controls having Parent as event observer will be returned.

You must specify the Parent argument when your action is local, i.e. when its name begins with a dot. Otherwise all controls will match, even those which are not observed by Parent.