Highlighting
Functions Introduced:
The function
pfcScript.pwlItemHighlight() highlights the specified item, whereas
pfcScript.pwlItemUnhighlight() removes the highlighting. Each function requires the full path to the item, and returns no additional fields. The syntax of the two functions is as follows:
pwlItemHighlight (
string SelString // The selection string that
// identifies the item
);
pwlItemUnhighlight (
string SelString // The selection string that
// identifies the item
);