Prehľad
Nástroje obsahu
HBJ %HI_GetOwnerHBJ( [BOOL in bPhysical := True] )
bPhysical | If the value of parameter is True, the function returns a basic HOBJ of the picture which the current picture is inserted to. If the value of parameter is False, the function returns a dynamic (unique) HOBJ of the instance picture which the current picture is inserted to. |
ENTRY btn_OnClick _ownerHBJ := %HI_GetOwnerHBJ() _ownerInstance := %HI_GetOwnerInstance() CALL [(_ownerHBJ)] Entry(_i) SYNC ON _FROM_HIP INSTANCE _ownerInstance _i := _i + 1 END btn_OnClick
There is called the RPC procedure Entry of the picture, that contains current picture as a subpicture.
Pridať komentár