Documentation Center

PslResource.State

Returns she status bits of the resource.

Syntax

Expression.State (State as Variant) as Boolean

Expression Object of type PslResource

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

pslStateChanged (Value = 2): The resource was changed during one of the previous updates. Can only be changed for resources of the source string list.

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

pslStateHidden (Value = 3): The resource is not visible for the translator. Can only be changed for resources of the source string list.

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

pslStateNew (Value = 3): The resource is new, it was added by one of the previous updates. Can only be changed for resources of the source string list.

pslStateReadOnly (Value = 1): The resource may not be modified by the translator. Can only be changed for resources of the source string list.