deSetConfigId
deSetConfigId(w_windowIdg_hdbConfigId) => t / nil
Description
Sets the Hierarchy Manager configuration ID associated with the given window. Also creates a path vector and sets the window path vector. If g_hdbConfigId is nil, the window path vector is destroyed, and the window configuration ID is set to nil.
Arguments
Value Returned
Examples
Sets the configuration ID for window 2 and creates and sets the path vector.
deSetConfigId( window(2) myConfigId)
Destroys the path vector and clears the configuration ID for window 2.
deSetConfigId( window(2) nil)
Return to top