leSetEditFigGroup
leSetEditFigGroup(d_figGroupId[w_windowID] ) => t / nil
Description
Sets the Edit-In-Place context for editing a specific group within a nested set of groups. For example, when fgBottom is contained in fgMiddle, and fgMiddle, is contained in fgTop, you can use this function and the figGroup ID for fgBottom to start Edit-in-Place for fgBottom.
Arguments
|
Database ID of the figure group for which you want to Edit-In-Place. |
|
|
Database ID of the window containing the figure group. If you do not specify w_windowId, the current window is used. |
Value Returned
Example
For the specified windowID, sets the Edit-In-Place context for the specified figGroupId.
leSetEditFigGroup(figGroupId windowId)
Return to top