UndoEditCount
폼, 상호 작용, 편집 기록
설명
UndoEdit
MaxUndoSteps
BeginEdit에서 사용할 수 있는 개수를 반환합니다
개수는 현재 기록 위치와 같으며, 편집이 기록될 때 늘고 편집이 실행 취소되거나 기록이 ClearEditHistory로 잘릴 때 줄어듭니다
선언
property UndoEditCount: Integer;
값
실행 취소 가능한 항목 수를 반환하며, 활성 편집이 없거나 기록된 것이 없으면 0을 반환합니다
참고 항목
RedoEditCount, CanUndoEdit, UndoEdit, ClearEditHistory, MaxUndoSteps