Member List

The member form pages includes options for displaying member lists of the selected class. All members and instances may be displayed or the list can be filtered on properties, methods, or instances. The lists are not affected by the class display mode. The default member list mode is All.

All

The list for all members displays properties, methods and instances for the selected class. The members are listed in alphabetical order within their category and a single lower case letter is displayed in the first column of the list representing the member type. If the member is a protected property or method, an asterisk character will be displayed between the member type character and the member name.

Objects Members

The list for object members only displays objects for the selected class. The object members (ADD OBJECT) are listed in alphabetical order; single lower case 'o' is displayed in the first column of the list representing object type.

Properties

The list for property members only displays properties for the selected class. The property members are listed in alphabetical order; single lower case 'p' is displayed in the first column of the list representing property type.

Methods

The list for property members only displays methods and events for the selected class. The method members are listed in alphabetical order; single lower case 'm' is displayed in the first column of the list representing method type

Instances

The list for instance members only displays instances for the selected class. The instance members are listed in alphabetical order; single lower case 'I' is displayed in the first column of the list representing instance type.