Prehľad
Nástroje obsahu
INT %HI_GetOwnerInstance( [BOOL in bPhysical := True] )
bPhysical | If the value of parameter is True, the
function returns the instance number of the picture which the current
picture is inserted to. If the value of parameter is False, the function returns the required instance number of the 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
The example shows a called RPC procedure Entry of the picture, which current picture is placed to.
Pridať komentár