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

TPOFile.Create

Declaration

Source position: line 0

public constructor TPOFile.Create;

constructor TPOFile.Create(

  const AFilename: string;

  Full: Boolean = False

);

constructor TPOFile.Create(

  AStream: TStream;

  Full: Boolean = False

);