PslTransList.Parser
Returns the parser used for parsing the source file of this translation list.
Syntax
Expression.Parser as String
Expression Required. Object of type PslTransList
| Name | Comment | Example |
|---|---|---|
| "Win32" | Internal parser for Win32 .exe and .dll files. | "Win32" |
| "Addin:<AddIn Identifier>" | Uses a parser addin. The add-in list in the PASSOLO options pages displays the identifier of each add-in. | "AddIn:Borland Delphi/C++ Builder" "AddIn:Text Parser" |
| "Macro:<Macro Name> | Uses a macro. <Macro Name> is the file name of the macro file without extension. | "Macro:PslIniScan" |