System unit Text file type Input/output interface Базовый класс для исключений, бросаемых при создании инстанции generic-типа Бросается если тип непригоден для указателей The exception that is thrown when a type is unsuitable for typed files The exception that is thrown when a type is unsuitable for files Base type of objects Base type of exceptions Represents 128-bit floating-point number -- -- - Include(var s : set of T; el : T) Include element in set s - Exclude(var s : set of T; el : T) Remove element from set s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - read(a,b,...) Reads a,b,... from the standard input stream -- -- -- -- -- -- -- -- -- -- -- -- -- -- - readln(a,b,...) Reads a,b,... from the standard input stream and goes to next line - read(f,a,b,...) Reads a,b, .. from the text file f -- -- -- -- -- -- -- -- -- -- -- -- - readln(f: Text; a,b,...) Reads a,b, .. from the text file f and goes to next line - write(a,b,...) Writes a,b,... to standart output stream -- -- -- - writeln(a,b,...) Writes a,b,... to standart output stream and appends newline -- -- -- - write(f: Text; a,b,...) Writes a,b,... to text file f -- -- - writeln(f: Text; a,b,...) Writes a,b,... to text file f and appends newline -- -- Выводит значения args согласно форматной строке formatstr Выводит значения args согласно форматной строке formatstr и осуществляет переход на новую строку Выводит значения args в текстовый файл f согласно форматной строке formatstr Выводит значения args в текстовый файл f согласно форматной строке formatstr и осуществляет переход на новую строку Assigns Связывает файловую переменную f с именем файла name Closes the file f Closes the file f Opens a file for reading Opens a file for writing Opens a text file for appending Returns True when end of file has been reached Returns True when end of line in file has been reached Пропускает пробельные символы, после чего возвращает True, если достигнут конец файла f Пропускает пробельные символы, после чего возвращает True, если достигнут конец строки в файле f Записывает содержимое буфера файла на диск Удаляет файл, связанный с файловой переменной f Renames file -- - Assign(f: file of T; name: string) Связывает файловую переменную f с именем файла name - AssignFile(f: file of T; name: string) Связывает файловую переменную f с именем файла name - Close(f: file of T) Closes a file - CloseFile(f: file of T) Closes a file - Reset(f: file of T) Opens a binary file for reading and writing - Rewrite(f: file of T) Opens a binary file for reading and writing - Truncate(f: file of T) Усекает двоичный файл f, отбрасывая все элементы с позиции файлового указателя - Eof(f: file of T) Returns True when end of file has been reached - Erase(f: file of T) Удаляет файл, связанный с файловой переменной f - Rename(f: file of T; newname: string) Переименовывает файл, связаный с файловой переменной f, давая ему имя newname. - write(f: file; a,b,...) Выводит значения a,b,... в нетипизированный файл f -- -- -- - FilePos(f : file of T): int64 Возвращает текущую позицию файлового указателя в типизированном файле f - FileSize(f : file of T): int64 Returns a number of records in typed file f - Seek(f : file of T; n : int64) Sets the file position -- -- -- - FilePos(f : file): int64 Returns the current file position in the file f - FileSize(f : file): int64 Возвращает количество байт в нетипизированном файле f - Seek(f : file; n : int64) Устанавливает текущую позицию файлового указателя в нетипизированном файле f на байт с номером n -- -- Returns the number of command line arguments Возвращает i-тый параметр командной строки Returns the current directory Changes the current directory Creates a directory Removes a directory Creates a directory. Returns True, if the directory has been successfully created Deletes a file. If the file cannot be deleted, function returns False Returns the current working directory Deletes a specified directory. Returns True, if the directory has been deleted successfully Переименовывает файл name, давая ему новое имя newname. Возвращает True, если файл успешно переименован Устанавивает текущий каталог. Возвращает True, если каталог успешно удален Changes the extension of a path string Gets a value indicating whether a file exists Checks for a condition and displays a message if the condition is false Checks for a condition and displays the message mes if the condition is false Возвращает свободное место в байтах на диске с именем diskname Возвращает размер в байтах на диске с именем diskname Возвращает свободное место в байтах на диске disk. disk=0 - текущий диск, disk=1 - диск A: , disk=2 - диск B: и т.д. Возвращает размер в байтах на диске disk. disk=0 - текущий диск, disk=1 - диск A: , disk=2 - диск B: и т.д. Выделяет имя файла из полного имени файла fname Выделяет расширение из полного имени файла fname Returns the directory name for the specified path string Выделяет имя диска и путь из полного имени файла fname Выделяет путь из полного имени файла fname Возвращает полное имя файла fname Returns a value indicating the sign of x Returns a value indicating the sign of x Returns a value indicating the sign of x Returns a value indicating the sign of x Returns a value indicating the sign of x Returns the absolute value of number x Returns the absolute value of number x Returns the absolute value of number x Returns the absolute value of number x Returns the absolute value of number x Returns the sine of number x Returns the hyperbolic sine of number x Returns the cosine of number x Returns the hyperbolic cosine of number x Returns the tangent of the number x Returns the hyperbolic tangent of number x Returns the number whose sine is number x Returns the number whose cose is number x Returns the number whose tangent is number x Returns e raised to number x Returns the logarithm of number x Returns the base 2 logarithm of number x Returns the base 10 logarithm of number x Returns the specified base logarithm of number x Returns the square root of number x Returns the square of a number x Returns the square of a number x Returns the square of a number x Returns the square of number x Returns the square of number x Returns x raised to y Returns the nearest integer number for x Returns the integral part of number x Returns the integral part of number x Возвращает дробную часть числа x Returns the greatest integer lesser than or equal to the number x Returns the smallest integer greater than or equal to the number x Переводит радианы в градусы Переводит градусы в радианы Ничего не делает. Для совместмости Инициализирует датчик псевдослучайных чисел, используя значение seed. При одном и том же seed генерируются одинаковые псевдослучайные последовательности Returns a integer random number between 0 and MaxValue-1 Returns a integer random number between a and b Returns a random number between 0.0 and 1.0 Returns the larger of two specified numbers Returns the larger of two specified numbers Returns the larger of two specified numbers Returns the larger of two specified numbers Returns the larger of two specified numbers Returns the lesser of two specified numbers Returns the lesser of two specified numbers Returns the lesser of two specified numbers Returns the lesser of two specified numbers Returns the lesser of two specified numbers Returns True, when i is odd Returns True, when i is odd Returns True, when i is odd Returns True, when i is odd - Low(i : array): integer - High(i : array): integer Преобразует код в символ в кодировке Windows Преобразует символ в код в кодировке Windows Возвращает порядковый номер значения a Возвращает порядковый номер значения a Возвращает порядковый номер значения a Возвращает порядковый номер значения a Возвращает порядковый номер значения a Преобразует код в символ в кодировке Unicode Преобразует символ в код в кодировке Unicode Converts the value of character to its uppercase equivalent Converts the value of character to its lowercase equivalent Converts the value of character to its uppercase equivalent Converts the value of character to its lowercase equivalent Converts the integer value i to its string representation -- -- -- Converts the floating-point value r to its string representation -- Reports the index of the first occurrence of substring subs in the string s. If not found, returns 0 Возвращает позицию подстроки subs в строке s начиная с позиции from. Если не найдена, возвращает 0 Returns length of string Устанавливает длину строки s равной n -- Вставляет подстроку source в строку s с позиции index -- Удаляет из строки s count символов с позиции index Возвращает подстроку строки s длины count с позиции index -Concat(s1,s2,...): string Возвращает строку, являющуюся результатом слияния строк s1,s2,... Возвращает строку, являющуюся результатом слияния строк s1 и s2 Возвращает строку в нижнем регистре Возвращает строку в верхнем регистре Возвращает строку, состоящую из count символов ch Возвращает инвертированную строку Сравнивает строки. Возвращает значение < 0 если s1<s2, > 0 если s1>s2 и = 0 если s1=s2 Возвращает первые count символов строки s Возвращает последние count символов строки s Возвращает строку с удаленными начальными и конечными пробелами Возвращает строку с удаленными начальными пробелами Возвращает строку с удаленными конечными пробелами Преобразует строковое представление целого числа к числовому значению Преобразует строковое представление целого числа к числовому значению Преобразует строковое представление вещественного числа к числовому значению Преобразует строковое представление s целого числа к числовому значению и записывает его в value. При невозможности преобразования возвращается False Преобразует строковое представление s целого числа к числовому значению и записывает его в value. При невозможности преобразования возвращается False Преобразует строковое представление s вещественного числа к числовому значению и записывает его в value. При невозможности преобразования возвращается False Преобразует строковое представление s вещественного числа к числовому значению и записывает его в value. При невозможности преобразования возвращается False Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s целого числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s вещественного числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Преобразует строковое представление s вещественного числа к числовому значению и записывает его в переменную value. Если преобразование успешно, то err=0, иначе err>0 Converts the value of the specified integer to its equivalent string representation Converts the value of the specified 64-bit integer to its equivalent string representation Converts the value of the specified double-precision floating point number to its equivalent string representation Возвращает отформатированную строку, построенную по форматной строке fmtstr и списку форматиуемых параметров pars Increases the value of variable i by 1 Increases the value of variable i by n Decreases the value of variable i by 1 Decreases the value of variable i by n Increases the symbol code c by 1 Increases the symbol code c by n Decreases the symbol code c by 1 Decreases the symbol code c by n -- -- -- -- Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns next element of ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Returns previous element for ordinal type Завершает работу программы Завершает работу программы, возвращая код ошибки exitCode Для совместимости с Pascal ABC. Не выполняет никаких действий Makes a pause for ms milliseconds Returns name of the executing file Converts the value of pointer type to its equivalent string representation Creates a copy of dynamic array Changes the values of variables -- -- -- -- -- Проверяет возможность использования указателей на тип T Проверяет возможность записи типа T в файл Проверяет возможность создания file of T Определяет специальные типы Возвращает объект класса в зависимости от значения kind Вычисление размера типа на этапе выполнения -- Contains the command-line arguments Represents the current input/output system Принимает значение True, если приложение имеет консольное окно Represents the largest possible value of shortint type Represents the largest possible value of byte type Represents the largest possible value of smallint type Represents the largest possible value of word type Represents the largest possible value of longword type Represents the largest possible value of int64 type Represents the largest possible value of uint64 type Represents the largest possible value of double type Represents the smallest possible value of double type Represents the largest possible value of real type Represents the smallest possible value of real type Represents the largest possible value of single type Represents the smallest possible value of single type Represents the largest possible value of integer type The constant pi The constant e --