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