📄 fs_iconst.pas
字号:
{******************************************}
{ }
{ FastScript v1.7 }
{ Resources }
{ }
{ (c) 2003, 2004 by Alexander Tzyganenko, }
{ Fast Reports, Inc }
{ }
{******************************************}
unit fs_iconst;
interface
{$i fs.inc}
var
SLangNotFound: String;
SInvalidLanguage: String;
SIdRedeclared: String;
SUnknownType: String;
SIncompatibleTypes: String;
SIdUndeclared: String;
SClassRequired: String;
SIndexRequired: String;
SStringError: String;
SClassError: String;
SArrayRequired: String;
SVarRequired: String;
SNotEnoughParams: String;
STooManyParams: String;
SLeftCantAssigned: String;
SForError: String;
SEventError: String;
implementation
initialization
SLangNotFound := 'Lenguaje ''%s'' no encontrado';
SInvalidLanguage := 'Lenguaje no v醠ido';
SIdRedeclared := 'Identificador redeclarado: ';
SUnknownType := 'Tipo desconocido: ';
SIncompatibleTypes := 'Tipos incompatibles';
SIdUndeclared := 'Identificador no declarado: ';
SClassRequired := 'Se requiere el tipo de la clase';
SIndexRequired := 'Se requiere un 韓dice';
SStringError := 'La cadena no est
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -