geQuerySelSet
geQuerySelSet(
[ w_windowId ]
)
=> t / nil
Description
Displays the properties of each object in the selected set.
Arguments
|
Database ID of the window containing the selected set. If no w_windowId is specified, the current window is used. |
Value Returned
Examples
Displays a properties form for each object in the selected set in window3.
geQuerySelSet( window3 )
Related Topics
Return to top