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

TPOFileItem

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

Declaration

Source position: translations.pas line 88

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();

  

  procedure ModifyFlag();

  

end;

Inheritance

TPOFileItem

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.