Provides indexed access to the translation entries in the class instance.
Source position: translations.pas line 175
public property TPOFile.PoItems[Index: Integer] : TPOFileItem |
POItems is an indexed TPOFileItem property which allows access to the translation entries in the class by their ordinal position. Index values must be in the range 0..Count-1.
Values in POItems are created when the ReadPOText method is called to load the content of a .po file or stream into the class instance.
|
Represents a single key/value pair in a .po file which maps a string to its translated value. |
| Version 4.4 | Generated 2025-11-08 | Home |