Displaying Tool Record Graphics

VisionPro provides two display controls that you can use to view the contents of tool records. The CogRecordsDisplay (note the "s") control displays a tool record and all of its subrecords. To use the control, simply place it on your form, then set the control's Subject property to the top-level tool record. The control displays a drop-down list for the user to select which record to view.

The CogRecordDisplay (no "s") control displays a single tool record only. To use the control, simply place it on your form, then set the control's Record property to the top-level tool record to display.