TPDFlibFormSessionTextEditEvent

Kiểu dữ liệu, biểu mẫu, sự kiện

Mô tả

Nhận một phép thay văn bản tạm thời trước khi phiên biểu mẫu thay bộ đệm chỉnh sửa của nó Trình xử lý có thể thay

ReplacementText hoặc đặt Allow thành False để từ chối nguyên tử

Khai báo

type
  TPDFlibFormSessionTextEditEvent = procedure(Sender: TObject;
    FieldIndex: Integer; EditKind: TPDFlibFormEditKind;
    SelectionStart, SelectionLength: Integer;
    const SelectedText: WideString; var ReplacementText: WideString;
    var Allow: Boolean) of object;

Xem thêm

TPDFlibFormSession, TPDFlibFormEditKind, ReplaceSelection