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

EPOFileError

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

Exception type raised when an error occurs in the UpdatePOFile or UpdatePOFileTranslations routines.

Declaration

Source position: translations.pas line 180

type EPOFileError = class(Exception)

public

  ResFileName: string;

  

Resource name where the exception was detected.

  POFileName: string;

  

Name for the .po file where the exception occurred.

end;

Inheritance

EPOFileError

  

Exception type raised when an error occurs in the UpdatePOFile or UpdatePOFileTranslations routines.

|

Exception

|

TObject


Version 4.0 Generated 2025-05-03 Home