[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides access to the TFPList instance where translation entries are stored.
Source position: translations.pas line 166
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.
|
Provides indexed access to the translation entries in the class instance. |
|
|
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 |