leHiFlip
leHiFlip(
[ w_windowId ]
)
=> t / nil
Description
Opens the Flip form that you can use to flip an object horizontally or vertically in the specified window.
Arguments
|
Database ID of the window in which you want to start the command. If w_windowId is not specified, the current window is used. |
Value Returned
Examples
Both the APIs open the Flip form in the current window.
leHiFlip(hiGetCurrentWindow())
leHiFlip()
Return to top