Unit 'Translations' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_utils]

TPOFileItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: translations.pas line 87

type TPOFileItem = class

public

  Tag: Integer;

  

  LineNr: Integer;

  

  Comments: string;

  

  IdentifierLow: string;

  

  Original: string;

  

  Translation: string;

  

  Flags: string;

  

  PreviousID: string;

  

  Context: string;

  

  Duplicate: Boolean;

  

  constructor Create();

  

  function ModifyFlag();

  

  property InitialFuzzyState: Boolean; [r]

  

  property VirtualTranslation: Boolean; [r]

  

end;

Inheritance

TPOFileItem

  

|

TObject



CT Web help

CodeTyphon Studio