Removes translation entries in POItems with the specified value in their Tag property.
Source position: translations.pas line 157
public procedure TPOFile.RemoveTaggedItems( |
aTag: Integer |
); |
aTag |
|
Arbitrary numeric value for the tagged translations removed in the method. |
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.4 | Generated 2025-11-08 | Home |