[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

TPOFile.PoItems

Provides indexed access to the translation entries in the class instance.

Declaration

Source position: translations.pas line 175

public property TPOFile.PoItems[Index: Integer] : TPOFileItem
  read GetPoItem;

Description

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.

See also

TPOFileItem

  

Represents a single key/value pair in a .po file which maps a string to its translated value.


Version 4.0 Generated 2025-05-03 Home