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