[RU]Базовый тип[EN]Basic type | [RU]Описание[EN]Description | [RU]Пример[EN]Example |
SHORT | [RU]Короткая строка (до 127 символов)[EN]Short string (up to 127 characters) | [RU]Интеграл[EN]Integral |
CHARS | [RU]Строка без ограничения длины[EN]String without length restriction | |
DATE | [RU]Дата[EN]Date | 30.10.2019 |
NUMBER | [RU]Целое число (числа выравниваются по правому краю)[EN]Integer (numbers are aligned to the right) | 100500 |
SIGNED | [RU]Число с десятичной частью[EN]A number with a decimal part | 12.50 |
BOOLEAN | [RU]Логическое значение (Да / Нет)[EN]Boolean value (Yes / No) |  |
MEMO | [RU]Текст – как CHARS, но многострочное[EN]Text like CHARS, but multi-line | |
DATETIME | [RU]Дата и время[EN]Date and time | 05.11.2019 13:35:40 |
FILE | [RU]Файл – можно загрузить файл как значение колонки[EN]File – you can upload a file as value | pult.html |
HTML | [RU]HTML-текст – теги HTML не экранируются при выводе[EN]HTML-text – HTML tags are not escaped when output | <span>777</span> |
BUTTON | [RU]Действие (кнопка) над записью[EN]Action (button) on an instance of the type |  |
PWD | [RU]Пароль, маскируется на экране набором «******»[EN]The password is masked on the screen by stars «******» | |
GRANT | [RU]Объект системы – выбор из таблиц системы[EN]The object of the system – one of the registered types | |
CALCULATABLE | [RU]Вычисляемое поле, временно не поддерживается[EN]A calculatable field, temporarily is not supported | |
REPORT_COLUMN | [RU]Колонка запроса – выбор из таблиц[EN]Query field – one of the registered types | |
PATH | [RU]Путь к файлу в системе[EN]Path to the file in the system | |
------------ | [RU]Разделитель закладок для формы редактирования[EN]A tab delimiter to group attributes on the edit form | |