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

TPOFile.Tag

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

Declaration

Source position: translations.pas line 164

public property TPOFile.Tag : Integer
  read FTag
  write FTag;

See also

TPOFile.RemoveTaggedItems

  

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

TPOFile.UntagAll

  

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

UpdatePOFile

  

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

UpdatePOFileTranslations

  

Updates all .po translation files found in the path using the specified .pot template file.


Version 4.0 Generated 2025-05-03 Home