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

TPOFileItem.Tag

Arbitrary value which can be used to identify the translation entry.

Declaration

Source position: translations.pas line 92

public TPOFileItem.Tag : Integer;

Description

Tag is a public Integer member which contains an arbitrary value used to locate or maintain the translation entry. Tag is used in TPOFile methods like UntagAll and RemoveTaggedItems, and in the UpdatePOFile routine.

See also

TPOFile.Tag

  

Arbitrary value used to identify the .po file and its associated translation entries.

TPOFile.UntagAll

  

Resets the value in the Tag property for all of the translation entries in Items.

TPOFile.RemoveTaggedItems

  

Removes translation entries in POItems with the specified value in their Tag property.

UpdatePOFile

  

Updates a specified .PO template using the list of translations specified.


Version 4.0 Generated 2025-05-03 Home