Documentation Center

PslTransDisplay.String

Returns a PslTransString object from this string list window. This string belongs to any of the string lists that are currently opened.

Syntax

Expression.String (Index as VARIANT, optional Type as VARIANT) as PslSourceString

Expression Object of type PslTransList

Index Depending on the Type this is either an index or a number.

Type Can be one of the following values:

pslIndex (default, Value = 0): An arbitrary string is returned. Index is the Index of the string, corresponding to all existing undeleted strings. The first string has got the Index 1.

pslIndexDeleted (Value = 4): Works like pslIndex but returns deleted strings from the recycle bin.

pslDisplay (Value = 1): A string from the current display is returned. Index is the Index of the string, corresponding to all displayed strings. The first string has got the Index 1.

pslSelection (Value = 2): A selected string from the current display is returned. Index is the Index of the string, corresponding to all selected strings. The first selected string has got the Index 1.