integer
Compare(this, R1, R2)
TStringList :: this
class(*) :: R1
class(*) :: R2
integer
IndexOf(this, S)
TStringList :: this
character(LEN=*) intent(in) :: S
character(LEN=:) pointer
StringItem(this, i)
TStringList :: this
integer intent(in) :: i
character(LEN=:) pointer
ValueOf(this, key)
TStringList :: this
character(LEN=*) intent(in) :: key