Home > comp > gb.qt > action > _get 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Action[] (gb.qt)
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.