TPDFlibFormEditKind

データ型、フォーム、インタラクション

説明

OnTextEdit コールバックを引き起こした公開テキスト操作を特定します

宣言

TPDFlibFormEditKind = (
  fekReplaceSelection,
  fekCutSelection,
  fekPasteText
);

値

fekReplaceSelection直接の ReplaceSelection 要求
fekCutSelection初期置換が空である CutSelection 要求
fekPasteText呼び出し側指定のクリップボードテキストを含む PasteText 要求

関連項目

ReplaceSelection, CutSelection, PasteText, TPDFlibFormSession