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

TPOFile.RemoveIdentifier

Removes a translation entry in Items with the specified value in its identifier (msgid).

Declaration

Source position: translations.pas line 159

public procedure TPOFile.RemoveIdentifier(

  const AIdentifier: string

);

Arguments

AIdentifier

  

Identifier for the translation entry located and removed in the method.

Description

No actions are performed in the method if AIdentifier is an empty string ('').