TPDFlibFormSessionTextEditEvent

데이터 타입, 폼, 이벤트

설명

폼 세션이 편집 버퍼를 변경하기 전에 임시 텍스트 치환을 받습니다 핸들러는

ReplacementText를 교체하거나 원자적 거부를 위해 Allow를 False로 설정할 수 있습니다

선언

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

참조

TPDFlibFormSession, TPDFlibFormEditKind, ReplaceSelection