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

TPOFileItem.InitialFuzzyState

Indicates whether the translation entry is marked with the "fuzzy" state comment.

Declaration

Source position: translations.pas line 106

public property TPOFileItem.InitialFuzzyState : Boolean
  read FInitialFuzzyState;

Description

InitialFuzzyState is a read-only Boolean property which indicates if the key/value pair was marked with the "fuzzy" comment in the .po file. The default value for the property is False. It is used when generating translation statistics when the .po file is processed.


Version 4.0 Generated 2025-05-03 Home