TPDFlibFormScriptEvent

データ型、フォーム

宣言

TPDFlibFormScriptEvent = Record
  Value: WideString;
  Change: WideString;
  ChangeEx: WideString;
  SourceFieldIndex: Integer;
  RC: Boolean;
  WillCommit: Boolean;
  FieldFull: Boolean;
  KeyDown: Boolean;
  Modifier: Boolean;
  Shift: Boolean;
  SelStart: Integer;
  SelEnd: Integer;
  CommitKey: Integer;
End;

フィールド

Valueevent.value として公開されるフィールド値
Change書き込み可能な event.change として公開されるテキスト変更
ChangeEx変更に関連付けられたエクスポート値
SourceFieldIndex1 ベースのソースフィールド。0 で対象フィールドを使用します
RCイベントの受け入れ状態
WillCommitキーストロークイベントが最終的な確定イベントであるかどうか
FieldFullフィールドが文字数上限に達したかどうか
KeyDownイベントがキーダウン処理を表すかどうか
Modifierプラットフォームの修飾キー状態
ShiftShift キーの状態
SelStart0 ベースの UTF-16 選択開始位置
SelEnd0 ベースの UTF-16 選択終了位置
CommitKey確定方法の識別子

関連項目

ExecuteFormFieldScriptEvent, TPDFlibFormScriptAction