GVL_ErrorCodes (GVL)
This GVL contains error codes of the text editor. To obtain a description of an error code call function <c>VisuFctTextEditorGetErrorText</c>.
- Attributes:
qualified_only- InOut:
Scope
Name
Type
Initial
Comment
Constant
NO_ERROR
USINT0
No error
ACTION_ALLOCATE_MEMORY
USINT1
Actions identifying steps of method prvSaveIntoTemporaryFile
ACTION_READ_FROM_SOURCE_FILE
USINT2
ACTION_WRITE_TO_TARGET_FILE
USINT3
ACTION_WRITE_BUFFER_TO_TARGET_FILE
USINT4
ACTION_SET_FILE_POSITION
USINT5
ACTION_DELETE_TEMPORARY_FILE
USINT6
ACTION_WRITE_UNICODE_HEADER
USINT7
ACTION_RENAME_ORIGINAL_FILE
USINT10
Actions identifying steps of method prvSaveFile
ACTION_RENAME_TEMPORARY_FILE
USINT11
ACTION_DELETE_ORIGINAL_FILE
USINT12
ACTION_RESTORE_ORIGINAL_FILE
USINT13
ACTION_CREATE_NEW_FILE
USINT14
Actions identifying steps of method prvNewFile
ACTION_OPEN_FILE
USINT15
Actions identifying steps of method VisuFbFileChecker.CheckFile
ACTION_READ_FROM_FILE
USINT16
Actions identifying steps of method prvReadLines
LINE_FULL
USINT100
Errors, that can occur during editing the text
TOO_LONG_LINES
USINT101
TOO_LONG_LINE_AFTER_DELETE_SEL
USINT102
TOO_LONG_LINE_AFTER_DELETE_CHAR
USINT103
UNICODE_IN_ASCII_FILE
USINT104
SEARCH_TEXT_NOT_FOUND
USINT105
Errors, that can occur during searching
SEARCH_TEXT_EMPTY
USINT106
LINE_WITHOUT_RANGE
USINT110
Errors, that can occur during selecting a line
FILE_NOT_FOUND
USINT111
The file to read does not exist
NEGATIVE_LINE_TO_SET
USINT120
Errors, that can occur when setting the caret programatically
TOO_LARGE_LINE_TO_SET
USINT121
NEGATIVE_COLUMN_TO_SET
USINT122
TOO_LARGE_COLUMN_TO_SET
USINT123
NO_SELECTION_TO_COPY
USINT130
Errors, that can occur during copy/paste
INVALID_CLIPBOARD_FORMAT
USINT131
PASTE_UNICODE_INTO_ASCII
USINT132
TOO_LONG_LINE_AFTER_PASTE
USINT133