Properties
- PassoloApp.ActiveProject
Returns the current PslProject object, this means the project of which the window is just active. If a string list is activated, the accompanying project is returned. Otherwise Nothing is returned. - PassoloApp.ActiveSourceDisplay
Returns the current PslSourceDisplay object, this means the source list window that is just active. - PassoloApp.ActiveSourceList
Returns the current PslSourceList object, this means the source string list whose window is just active. If a project window is activated and exactly one source string list is selected, this source string list will be returned. Otherwise Nothing is returned. - PassoloApp.ActiveTransDisplay
Returns the current PslTransDisplay object, this means the source list window that is just active. - PassoloApp.ActiveTransList
Returns the current PslTransList object, this means the translation list whose windows is just active. If a project window is activated and exactly one translation list is selected, this translation list will be returned. Otherwise Nothing is returned. - PassoloApp.Build
Returns the build number of the current SDL Passolo application. This is the third part of the version string. For example for Passolo 4.1.003 this returns 3. - PassoloApp.DisplayAlerts
- PassoloApp.FreeExportLicenses
The SDL Passolo Team Edition returns the number of free license slots, that can be used to create licensed translation bundles. All other editions return 0. - PassoloApp.Glossaries
Returns the PslGlossaries object that contains all global glossaries. - PassoloApp.License
Returns a value greater 0, if the license is ok, i.e. the dongle is attached or another runtime license is available. If no license is found the value is 0. If all available licenses are in use, the value is -1. - PassoloApp.Option
Returns or sets a setting from the PASSOLO Options Dialog. - PassoloApp.OutputWnd
Returns the PslOutputWnd object, which represents a single page in the output docking window. - PassoloApp.Projects
Returns the PslProjects object that contains all loaded projects, read-only property. - PslProject.Tasks
Returns a collection of the common tasks. - PassoloApp.Unicode
Returns True, if PassoloApp is the unicode version. Since SDL Passolo 6 only a unicode version is available, so this property is always True. - PassoloApp.User
Returns information of the current SDL Passolo user. - PassoloApp.Version
Returns the version number of the current SDL Passolo application. The value is calculated as 100 * Majorversion + Minorversion. For example for Passolo 4.1.003 this returns 401. - PassoloApp.Visible
True, if main window of SDL Passolo is visible. - PslGlossaries.Application
Returns the Application Object - PslGlossaries.Count
Returns the number of glossaries. - PslGlossaries.Parent
Returns the Parent Object. - PslGlossary.Application
Returns the Application Object - PslGlossary.Disabled
Returns or sets the 'disabled' state of the glossary. - PslGlossary.FileName
Contains the file name of the glossary. - PslGlossary.IsEmbedded
Returns True the glossary is embedded in a translation bundle, read-only property. - PslGlossary.Parent
Returns the PSLGlosssaries object, which is the parent of this glossary. - PslGlossary.QuickIndexState
Returns the state of th is glossary's quick index. Read-only property. - PslHistoryItem.Comment
Returns the translation comment of this history item. The comment is only set, if it has been changed at this history item. - PslHistoryItem.Date
Returns the date of this history item. - PslHistoryItem.Property
Returns a custom property of the history item. - PslHistoryItem.State
Returns a status bit of the history item. - PslHistoryItem.Text
Returns the string text of this history item. - PslHistoryItem.UserName
Returns the name of the user who caused this history item. - PslHistoryItems.Count
Returns the number of entries in this PslHistoryItems collection. - PslHistoryItems.Item
Item returns an entry contained in the PslHistoryItems collection. The item is indicated by its index (1,...) or a date. Item is the standard function, so the name can be omitted. - PslLanguage.GetStatistics
Returns statistical information about the all translation lists in the project that belong to this target language. The data is returned as a PslStatistics object. The returned numbers are not necessarily the same as the sums of PslTransList.GetStatistics, because the replicates are calculated over the whole project. - PslLanguage.LangCode
Returns the corresponding language code. - PslLanguage.LangID
Returns the corresponding language ID. - PslLanguage.Option
Returns or changes some options of the target language. - PslLanguage.Project
Returns the corresponding PslProject object, read-only property. - PslSourceList.Properties
Returns the PslProperties object that contains all custom properties of this PslLanguage. - PslSourceList.Property
Returns a custom property of the language. Custom properties are defined by add-ins or macros. - PslLanguage.StringCount
Returns the sum of strings for all translation lists of that language. - PslLanguage.WordCount
Returns the sum of words for all translation lists of that language. - PslLanguages.Application
Returns the PassoloApp-Object, read-only property. - PslLanguages.Count
Returns the number of target languages of the project. - PslLanguages.Parent
Returns the corresponding PslProject object, read-only property. - PslOutputWnd.JumpError
If the type of a text line is pslOutputJump, this property returns the associated error number. - PslOutputWnd.JumpNumber
If the type of a text line is pslOutputJump, this property returns the number of the refered string. - PslOutputWnd.JumpTarget
If the type of a text line is pslOutputJump, this property returns the PslSourceList or the PslTransList which contains the referred string. - PslOutputWnd.LineCount
Returns the number of lines in the output window. - PslOutputWnd.Text
Returns the text of a line in the output window. - PslOutputWnd.Type
- PslProject.Comment
Returns the comment of the project. The project comment can be used to display a message to the user, when opening the project. - PslProject.DisplayComment
Set to True, if the project comment is displayed when opening the project. - PslProject.Glossaries
Returns the PslGlossaries object of the specified SDL Passolo project. PslGlossaries is a collection of PslGlossary objects with additional support functions. - PslProject.Languages
Returns a collection of the target languages of the project. - PslProject.Location
Returns the location of the project file. Read-only property. - PslProject.Name
Returns the name of the project. Read-only property. - PslProject.QuickIndexState
Returns the state of the project QuickIndex. Read-only property. - PslProject.SourceLists
Returns a collection of all source string lists of the project. - PslProject.Tasks
Returns a collection of the tasks of the project. - PslProject.TransLists
Returns a collection of the translation lists of the project. See also: PslTransLists. - PslProject.UserFiles
Returns a collection of the user files that are embedded in the project. - PslProjects.Application
Returns the PassoloApp object, read-only property. - PslProjects.Count
Returns the number of projects loaded in SDL Passolo. - PslProjects.Parent
Returns the PassoloApp object, read-only property. - PslProperties.Count
Returns the number of custom properties. - PslProperties.Name
Returns the name of a custom property. Valid names are arbitrary integers between 1 and 30000 or strings. - PslProperties.Value
Returns the value of a custom property. - PslResData.Action
Action to be performed when OnProcessUserFile is called by SDL Passolo. - PslResData.Error
Errorcode for SDL Passolo. - PslResData.SourceLanguage
Contains the source language. - PslResData.SourceFile
Contains the source file to be scanned. - PslResData.SourceCodePage
When parsing the source file this property returns the code page for converting from ASCII to Unicode. 0 is returned if the default code page of the current language should be used. Call PassoloApp.GetDefaultCodePage to obtain the default code page for a language. - PslResData.TargetCodePage
When generating or parsing the target file this property returns the code page for converting from ASCII to Unicode. 0 is returned if the default code page of the current language should be used. Call PassoloApp.GetDefaultCodePage to obtain the default code page for a language. - PslResData.TargetFile
Contains the target file to be generated. - PslResData.TargetLanguage
Contains the target language. - PslResource.Attribute
Returns the attribute of the resource. - PslResource.FirstStringIndex
Returns the index of the first string of this resource. - PslResource.ID
Returns the ID of the resource This can either be a numerical value or a string. - PslResource.IDName
Returns the IDName of the resource. The IDName is used in header files to substitute numercal IDs with a more meaningful symbolic representation. If this information is not available an empty string will be returned. - PslResource.IsBinary
Returns TRUE, if this resource is a binary resource, i.e a bitmap, icon or cursor. Or other custom binary data, that is not parsed. - PslResource.Number
Returns the number of the resource. - PslResource.State
Returns she status bits of the resource. - PslResource.StringCount
Returns the number of strings contained in this resource. - PslResource.Type
Returns the type of the resource (eg. Dialog). A list of all possible types can be found in the Appendix. - PslSourceList.IsOpen
True, if the string list is currently opened. - PslSourceList.ExtLang
Returns the id of an extracted language, read-only property. - PslSourceList.ExportDate
If the source list has been exported as part of a translation bundle, this property returns the time of the export. - PslSourceList.ExportFile
If the source list has been exported as part of a translation bundle, this property returns the path of the translation bundle. - PslSourceList.ExtLangCount
Returns the number of extracted languages, read-only property. - PslSourceList.Extract
The Get-Property checks, if a language from the source file will be extracted. - PslSourceList.FileDate
Returns the time stamp of the source file. - PslSourceList.FindID
Returns a PslSourceString with a given ID. - PslSourceList.LangID
Contains the language ID of the source list. - PslSourceList.LastChange
Returns the the date and the time when this source list has last been changed by editing tokens or resources. - PslSourceList.LastUpdate
Returns the the date and the time when this source list has last been updated. - PslSourceList.Leverage
Performs a leverage operation for this source list. The current leverage options are used. - PslSourceList.ListID
Returns the numerical ID that SDL Passolo uses to identify a string list. - PslSourceList.Option
Returns or changes some options of the source list. - PslSourceList.Parser
Returns the parser used for parsing the source file. - PslSourceList.Properties
Returns the PslProperties object that contains all custom properties of this PslSourceList. - PslSourceList.Property
Returns a custom property of the string list. Custom properties are defined by add-ins or macros. - PslSourceList.Resource
Returns a PslResource object from this list. If the list is still closed, it will be opened. - PslSourceList.ResourceCount
Returns the number of resources in this list. If the list is still closed, it will be opened. - PslSourceList.Project
Returns the corresponding PslProject object, read-only property. - PslSourceLists.Remove
Removes a source string list from the project. The corresponding translation lists will also be removed. - PslSourceList.Selected
Returns or sets the selected state of this source string list in the project window. - PslSourceList.Size
Returns the size (string count) of this source list as it's displayed in the project window. - PslSourceList.SourceFile
Contains the name of the source file for the source list. - PslSourceList.State
Returns the status bits of the source string list. - PslSourceList.String
Returns a PslSourceString object from this list. If the list is still closed, it will be opened. - PslSourceList.StringCount
Returns the number of strings in this list. If the list is still closed, it will be opened. - PslSourceList.Title
- PslSourceList.VirtualFolderPath
Defines a path to a virtual folder structure for the string list. - PslSourceList.WordCount
Returns the number of words in this list. - PslSourceLists.Application
Returns the PassoloApp-Object, read-only property. - PslSourceLists.Count
Returns the number of source files of the project. - PslSourceLists.Item
Item returns a source list contained in the PslSourceLists collection. The source list can be indicated by its index (1,...) or its title. Item is the standard function, so the name can be omitted. - PslSourceLists.Parent
This property returns the parent object of type PslProject. - PslSourceString.Attribute
This property is obsolete. Please use PslSourceString.Property. - PslSourceString.Comment
Returns the comment of the string. The property can both be read and written. - PslSourceString.DateChanged
Returns the the date and the time when this source string has last been changed. - PslSourceString.DateCreated
Returns the the date and the time when this source string has first been read to the source string list. - PslSourceString.Description
Returns a description of the string like "Editfield 1024 in Dialog 12" - PslSourceString.ID
Returns the ID of the string. The ID can either be a numerical value or a string. - PslSourceString.IDName
Returns the IDName of the string. The IDName is used in header files to substitute numerical IDs with a more meaningful symbolic representation. If this information is not available an empty string will be returned. - PslSourceString.Number
Returns the number of the string, read-only property. The number is assigned when adding strings to the source list and will not be changed during further updates. - PslSourceString.OldText
Returns the old text (before last update) of the string. - PslTransString.OutputError
Outputs an error message to the log window. The user can jump to the source string with F4 or by double clicking on the error message. - PslSourceString.ParserComment
Returns the comment extracted by the parser from the source file. The property is read-only. - PslSourceString.Properties
Returns the PslProperties object that contains all custom properties of this PslSourceString. - PslSourceString.Property
Returns an internal or a custom property of the string. - PslSourceString.Resource
Returns the corresponding PslResource object, read-only property. - PslSourceString.ResType
Returns the resource type for the string. A list of all possible types can be found in the Appendix, read-only property. - PslSourceString.SourceList
Returns the source list that contains this source string. - PslSourceString.State
Returns the status bits of the string. - PslSourceString.Text
Returns the text of the string. - PslSourceString.Type
Returns the type of the string. A list of all possible types can be found in the Appendix. This is a read-only property. - PslStatistics.AutoTranslated
Returns counter information for all strings in the translation list that originate from machine translation. The counts are returned in an PslStringCounter object. - PslStatistics.Fuzzy95_99
Returns counter information for all strings in the translation list that were translated with a 95% - 99% fuzzy match. The counts are returned in an PslStringCounter object. - PslStatistics.Fuzzy85_94
Returns counter information for all strings in the translation list that were translated with a 85% - 94% fuzzy match. The counts are returned in an PslStringCounter object. - Psl.Statistics.Fuzzy75_84
Returns counter information for all strings in the translation list that were translated with a 75% - 84% fuzzy match. The counts are returned in an PslStringCounter object. - Psl.Statistics.Fuzzy30_74
Returns counter information for all strings in the translation list that were translated with a 30% - 74% fuzzy match. The counts are returned in an PslStringCounter object. - PslStatistics.PreTranslated
Returns counter information for all strings in the translation list that are 100% matches. The counts are returned in an PslStringCounter object. - PslStatistics.Repeats
Returns counter information for all strings repetitions that need to be translated. The counts are returned in an PslStringCounter object. - PslStatistics.ToReview
Returns counter information for all strings in the translation list that need to be reviewed. The counts are returned in an PslStringCounter object. - PslStatistics.Total
Returns Counter information for all strings in the translation list. The counts are returned in an PslStringCounter object. - PslStatistics.ToTranslate
Returns counter information for all strings in the translation list that need to be translated. The counts are returned in an PslStringCounter object. - PslStatistics.Translatable
Returns counter information for all strings which are not hidden or marked as read only. The counts are returned in an PslStringCounter object. - PslStatistics.Translated
Returns counter information for all strings in the translation list that are already translated. The counts are returned in an PslStringCounter object. - PslStatistics.Translation
Returns statistical information about changes (word count, letter count, …) by the translation. The counts are returned in an PslStringCounter object. - PslStringCounter.CharCount
Contains the number for characters including white-spaces and punctuation characters. - PslStringCounter.LetterCount
Contains the number of characters excluding white-spaces and punctuation characters. - PslStringCounter.StringCount
Contains the number of strings. - PslStringCounter.WordCount
Contains the number of words delimited by white-spaces and punctuation characters. - PslTask.Application
Returns the Application Object. - PslTask.Comment
Contains the comment of the task. - PslTask.Done
Contains the finished-state of the task. If a task is done it is striked out in the task list. - PslTask.DueDate
Contains the due date of the task. Expired Tasks are displayed in red. - PslTask.Link
Contains the linked object of the task. An object can only be returned if it is currently loaded. I.e. if a common task is linked to an string list of an project that is not loaded the Link property returns NULL. If you set the link, make sure to link to an object from the same project as the task. - PslTask.Number
Contains the number of the task. - PslTasks.Application
Returns the Application Object. - PslTasks.Count
Returns the number of tasks in this PslTasks collection. - PslTasks.Item
Item returns a task contained in the PslTasks collection. The task is indicated by its index (1,...). Item is the standard function, so the name can be omitted. - PslTransDisplay.String
Returns a PslTransString object from this string list window. This string belongs to any of the string lists that are currently opened. - PslTransDisplay.StringCount
Returns the number of strings in the translation list window. The number refers to all string lists, that are currently opened. - PslTranslation.Match
Quality of match between 0 and 100. 100 is a perfect match. - PslTranslation.Origin
Returns the original translation. - PslTranslation.SourceString
For this string PslTranslation.TransString is the translation. - PslTranslation.TransString
The translation of PslTranslation.SourceString. - PslTranslations.Application
Returns the Application Object. - PslTranslations.Count
Returns the count. - PslTranslations.Parent
Returns the Parent Object. - PslTranslations.SourceLangID
Returns the language ID of the source list. - PslTranslations.SourceString
Returns the source string of the translation. - PslTranslations.StringType
Returns the type of string of SourceString. This information can be used to determine the correct translation if more than one translations are available. - PslTranslations.TargetLangID
Returns the LanguageID for the target language. - PslTransList.ExportDate
If the translation list has been exported as part of a translation bundle, this property returns the time of the export. - PslTransList.ExportFile
If the translation list has been exported as part of a translation bundle, this property returns the path of the translation bundle. - PslTransList.FileDate
Returns the the time stamp of the target file. - PslTransList.IsDeleted
Returns True, if this translation list has been deleted and is not shown in the project window. - PslTransList.IsOpen
Returns True, if the string list is open. - PslTransList.IsSimulation
Returns True, if this is a translation list with simulated translations. - PslTransList.Language
Returns the target language as a PslLanguage object. - PslTransList.LastChange
Returns the date and the time when this translation list has last been changed by editing tokens or resources. - PslTransList.LastGeneration
Returns the date and the time when the target file has last been generated. - PslTransList.LastUpdate
Returns the date and the time when this translation list has last been updated. - PslTransList.ListID
Returns the numerical ID that SDL Passolo uses to identify a string list. - PslTransList.Parser
Returns the parser used for parsing the source file of this translation list. - PslTransList.Properties
Returns the PslProperties object that contains all custom properties of this PslTransList. - PslTransList.Property
Returns a custom property of the string list. - PslTransList.Resource
Returns a PslResource object from this list. If the list is still closed, it will be opened. - PslSourceList.ResourceCount
Returns the number of resources in this list. If the list is still closed, it will be opened. - PslTransList.Project
Returns the corresponding PslProject object, read-only property. - PslTransList.Selected
Returns or sets the selection state of this translation list in the project window. - PslTransList.Simulation
Returns the corresponding simulation list, if available. - PslTransList.Size
Returns the size (string count) of this translation list as it's displayed in the project window. - PslTransList.SourceList
Returns a reference to the source list of the translation list - PslTransList.State
Returns the status bits of the translation string list. - PslTransList.String
Returns a PslTransString-Object from the list. If the list was closed, it will be opened by the way. - PslTransList.StringCount
Returns the number of strings in this list. If the list is still closed, it will be opened. - PslTransList.TargetFile
Target file for the translation. - PslTransList.Title
Returns the title this translation list. This is a property that can be set for the accompanying PslSourceList. - PslTransList.TransRate
Returns the translation rate in percent as it's displayed in the project window. - PslTransList.WordCount
Returns the number of words in this list. - PslTransString.Attribute
This property is obsolete. Please use PslTransString.Property. - PslTransString.Comment
Returns the comment of the string, read-only property. - PslTransString.DateChanged
Returns the date and time when the source string of this translation string has last been updated. - PslTransString.DateCreated
Returns the the date and the time when the source string of this translation string has first been read to the source string list. - PslTransString.DateTranslated
Returns the the date and the time when this translation string has last been edited. - PslTransString.Description
Returns a description of the string like "Editfield 1024 in Dialog 12" - PslTransString.GetContentSize
Returns the optimal size of a dialog item. This is the same size that is used from the command "Size to content". - PslTransString.IDName
Returns the IDName of the string. The IDName is used in header files to substitute numerical IDs with a more meaningful symbolic representation. If this information is not available an empty string will be returned. - PslTransString.ID
Returns the ID of the string. The ID can either be a numerical value or a string. - PslTransString.Number
Returns the number of the string, read-only property. - PslTransString.OldText
Returns the old text (before last update) of the string. - PslTransString.Origin
Returns the origin of the pre-translated strings. - PslTransString.OriginType
Returns the origin type of the pre-translated strings. The property is read-only. - PslTransString.ParserComment
Returns the comment extracted by the parser from the source file. The property is read-only. - PslTransString.Property
Returns an internal or a custom property of the string. - PslTransString.Resource
Returns the corresponding PslResource object, read-only property. - PslTransString.ResType
Returns the resource type of the string. A list of all possible types can be found in the Appendix, read-only property. - PslTransString.SourceProperties
Returns a custom source property of the string. These properties are defined by add-ins or macros. Read-only property. - PslTransString.SourceProperty
Returns a custom source property of the string. These properties are defined by add-ins or macros. Read-only property. - PslTransString.SourceText
Returns the original text of the string, read-only property. - PslTransString.State
Returns the status bits of the string. - PslTransString.Text
Returns the current translation text of the string. The property can both be read and written. - PslTransString.TransComment
Returns the translation comment of the string. - PslTransString.TransList
Returns the translation list that contains this translation string, read-only property. - PslTransString.Type
Returns the type for the string. A list of all possible types can be found in the Appendix, read-only property. - PslTransString.User
Returns the name or another data field of the user who modified this translation string last. - PslUserFile.Name
Contains the name of the userfile. (read-only) - PslUserFiles.Application
Returns the Application Object - PslUserFiles.Count
Returns the number of user files in this PslUserFiles collection. - PslUserFiles.Item
Item returns a user file contained in the PslUserFiles collection. The user file is indicated by its index (1,...) or the file name. Item is the standard function, so the name can be omitted.