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

TPOFile.Items

Provides access to the TFPList instance where translation entries are stored.

Declaration

Source position: translations.pas line 166

public property TPOFile.Items : TFPList
  read FItems;

Description

Items is a read-only TFPList property with the container where translation entries are stored in the class instance. Each translation entry is stored as an object instance in the container, and must be cast to a TPOFileItem instance to access properties and methods specific to the type.

Items allows access to the properties and methods in the TFPList instance, such as: Add, Delete, Move, Remove, IndexOf, First, Last, and Count. They are used in the implementation of TPOFile methods which maintain the translation entries like: UpdateItem, FillItem, RemoveIdentifier, RemoveOriginal , et. al.

See also

TPOFile.POItems

  

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

TPOFileItem

  

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

TFPList


Version 4.0 Generated 2025-05-03 Home