Current Item Shell Properties

Current Item shell property accessors are defined when there is a current item, unless using the ID-based model.

Shell.Project()

Project object (input). The SBM project to which Shell.Item() belongs.

Shell.SolutionName()

string (input). The name of the application bound to the Primary table containing Shell.Item(). Application names are not unique.

Shell.SolutionPrefix()

string (input). The prefix identifying the application bound to the Primary table containing Shell.Item().

Shell.SolutionId()

int (input). The TS_ID of the application bound to the Primary table containing Shell.Item(). For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.Item()

VarRecord object (input/output). The current item in use, such as the item being transitioned.

Related Topics

Shell Property Descriptions

Shell Properties by Context