pteSetConfig
pteSetConfig(t_configName t_configValue t_panelName[w_windowId] ) => t / nil
Description
Assigns the specified configValue to the configName configuration parameter in the specified Palette panel.
Arguments
Value Returned
Examples
pteSetConfig("sortAscendant" "GDSNumber" "Layers")
pteSetConfig("sectionMoved" "Visibility 0" "Objects")
pteSetConfig("showTool" "Controls Buttons" "Grids")
Return to top