Skip to content

Configure Studio - Code Explorer

Use this page to configure filtering options for the Code Explorer. Each possible type of code entity that Code Explorer can display is listed. To allow displaying a particular type of code entity, check the appropriate box. To filter an entity, uncheck the appropriate box.

Below is an explanation of each filter option:

Display Classes

Check this box to show class declarations.

Display Methods

Check this box to show procedure, procedure set, and function declarations.

Display Properties

Check this box to show property declarations.

Display Objects

Check this box to show object declarations.

Display Uses

Check this box to show use statements.

Display Enum Lists

Check this box to show enum_list declarations.

Display Constant Declarations

Check this box to show constant definitions represented by define statements or the #REPLACE directive.

Display Struct Declarations

Check this box to show struct declarations.

Display Legacy Menus

Check this box to show menus that are declared using the DFCreate_Menu command.

Display Import Class Protocols

Check this box to show Import_Class_Protocol statements.

Display ActiveX Resources

Check this box to show ActiveX control resource data defined within Embed_ActiveX_Resource blocks.

Display Entry_Item Lists

Check this box to show data binding code structures defined within (legacy) Begin_Row blocks.

Display Entry_Item Statements

Check this box to show data bindings defined using the Entry_Item statement.

Display External Functions

Check this box to show External_Function declaration statements.

Display To Do Items

Check this box to show //ToDo: items.

See Also