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

TPOFileItem

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

Declaration

Source position: translations.pas line 104

type TPOFileItem = class end;

public

  Tag: Integer;

  LineNr: Integer;

  Comments: string;

  IdentifierLow: string;

  Original: string;

  

  Translation: string;

  

  Flags: string;

  PreviousID: string;

  Context: string;

  constructor Create();

  

  procedure ModifyFlag();

  property Identifier: string; [r] deprecated ;

  

Inheritance

TPOFileItem

  

|

TObject