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

TPOFile.RemoveTaggedItems

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

Declaration

Source position: translations.pas line 157

public procedure TPOFile.RemoveTaggedItems(

  aTag: Integer

);

Arguments

aTag

  

Arbitrary numeric value for the tagged translations removed in the method.

Description

Visits the translation entries in Items in reverse order. It removes and frees each TPOFileItem instance in the Items list which has the specified value in its Tag member.


Version 4.0 Generated 2025-05-03 Home