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

TPOFile.Create

Declaration

Source position: translations.pas line 131

public constructor TPOFile.Create(

  Full: Boolean = True

);

constructor TPOFile.Create(

  const AFilename: string;

  Full: Boolean = False;

  AllowChangeFuzzyFlag: Boolean = True

);

constructor TPOFile.Create(

  AStream: TStream;

  Full: Boolean = False;

  AllowChangeFuzzyFlag: Boolean = True

);

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