Version

GetItemSettings Method

This action will return a list of the specified item settings object (which include EditorControl, Style, Enabled, and others)
Syntax
'Declaration
 
Public Function GetItemSettings( _
   ByVal Group As Rational.Test.Ft.Script.Subitem, _
   ByVal Item As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetItemSettings( 
   Rational.Test.Ft.Script.Subitem Group,
   Rational.Test.Ft.Script.Subitem Item
)

Parameters

Group
The parent group
Item
The item to get settings for

Return Value

List of settings properties for the specified item
Remarks
  • Text: Using AtText()
  • Actual Index: Using AtPosition
  • VisibleIndex using AtIndex
  • key: using AtName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also