Documentation Center

PslSourceString.State

Returns the status bits of the string.

Syntax

Expression.State (State as Variant) as Boolean

Expression Object of type PslSourceString

State Name of the status value. The following values are possible:

pslStateAllowUntag (Value = 30): The user may reset the tagged flag

pslStateBookmark (Value = 8): The string has a bookmark

pslStateChanged (Value = 2): The string was changed during one of the previous updates.

pslStateCoordChanged (Value = 5): The string belongs to a dialog control, whose coordinates were changed during one of the previous updates

pslStateCorrection (Value = 4): The string is a correction, so it needs not be translated once more.

pslStateDeleted (Value = 9): The string has been deleted and is stored in the recycle bin.

pslStateDoSegment (Value = 25): The string will be segmented when updating the source list

pslStateHidden (Value = 3): The string is not visible for the translator.

pslStateInvisible (Value = 31): The string is never shown, not in the source list and not in the translation list (read-only)

pslStateNew (Value = 0): The string is new, it was added by one of the previous updates.

pslStateReadOnly (Value = 1): The string may not be modified by the translator.

pslStateTagged (Value = 29): The string contains tags

pslStateTask (Value = 104): One or more tasks are linked to the string

pslStateNoReplicate (Value = 18): The string is not used when translating replicates

pslStateVariableID (Value = 20): The ID of the string may change when updating the source list

pslStateUnifyReplicates (Value = 200): The string has been marked as "unified replicate"