Create(TdxRichEditCommandId,Word,Boolean,TShiftState) Constructor
In This Article
Initializes a new instance of the TdxRichEditShortCutEventArgs class with specified settings.
#Declaration
Delphi
constructor Create(ACommand: TdxRichEditCommandId; AKeyData: Word; AAltGr: Boolean; const AShift: TShiftState);
#Parameters
Name | Type |
---|---|
ACommand | Tdx |
AKey |
Word |
AAlt |
Boolean |
AShift | TShift |
See Also