Using MemberList

This topic contains instructions on how to use MemberList to view and select a list of members.

To view a list of members:

  1. Customize the member list so that it displays the information you require.
    You can choose to display any or all of the following members:
    Member
    Description
    Window children
    Displays all window objects of type WINDOW that are defined in window declarations in the referenced .t, .g.t, and .inc files. Indicated in the MemberList with a yellow icon.
    Methods
    Displays all methods defined in the referenced .t, .g.t, and .inc files. Indicated in the MemberList with a blue icon.
    Properties
    Displays all properties defined in the referenced .t, .g.t, and .inc files. Indicated in the MemberList with a red icon.
    Variables
    Displays all defined variables in the referenced .t, .g.t, and .inc files, including native data types, data, and records. Fields defined for records and nested records also display in the list. Indicated in the MemberList with a red icon.
  2. Within your script or include file, type the member name and then type a period ( . ). For example Find..

    The MemberList displays. Depending on the MemberList Options and the Inheritance Level you select, the types of members that display in the MemberList will vary.

  3. Use one of the following methods to select the appropriate member and paste it to the Editor:
    • Type the first letter or the first few letters of the member and then press Enter or Tab.
    • Use your arrow keys to locate the member and then press Enter or Tab.
    • Scroll through the list and click on a member to select it.
The MemberList is case sensitive. If you type the correct case of the member, it is automatically highlighted in the MemberList; press Enter or Tab once to paste it to the Editor. If you do not type the correct case, the member has focus, but is not highlighted; press Enter or Tab twice to select the member and paste it to the Editor. To dismiss the MemberList, press Escape.