TdxRichEditShortCutEvent Type
Declaration
TdxRichEditShortCutEvent = procedure(Sender: TObject; const Args: TdxRichEditShortCutEventArgs) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TObject |
| Args | TdxRichEditShortCutEventArgs |
Remarks
A Rich Edit control’s OnShortCut event references the TdxRichEditShortCutEvent procedural type.
See Also