RAD Studio (Common)
ContentsIndex
PreviousUpNext
Using View Filters

For global control over the diagram view, you can use the filters in the Options dialog window.

To enable, disable view filters:

  1. Choose ToolsOptions on the main menu.
  2. Click the Modeling folder.
  3. Under the (level)Diagram node, select View Filters.
Note: The filters shown in the Options dialog box are global filters. To specifically filter classes, you can set the Show members property to False.

To filter classes:

  1. In the Options dialog window, View Filters page, click the Show members field.
  2. Click the drop-down arrow and select False.
  3. Click OK.
This results in disabling the members, and the inner classifiers (classes, delegates, enumerations, interfaces, and structures). 

Since inner classifiers are treated as members of the container element, the following filters do not filter inner classifiers:

View filter 
Show classes  
Show delegates  
Show enumerations  
Show interfaces  
Show structures  

Note: Code-specific elements are available in implementation projects only.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!