Unit 'SynEditKeyCmds' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_synedit]

TSynEditKeyStroke

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syneditkeycmds.pp line 327

type TSynEditKeyStroke = class(TCollectionItem)

protected

  function GetDisplayName; override;

  

public

  procedure Assign(); override;

  

  procedure LoadFromStream();

  

  procedure SaveToStream();

  

  property Key: Word; [rw]

  

  property Key2: Word; [rw]

  

  property Shift: TShiftState; [rw]

  

  property Shift2: TShiftState; [rw]

  

  property ShiftMask: TShiftState; [rw]

  

  property ShiftMask2: TShiftState; [rw]

  

published

  property Command: TSynEditorCommand; [rw]

  

  property ShortCut: TShortCut; [rw]

  

  property ShortCut2: TShortCut; [rw]

  

end;

Inheritance

TSynEditKeyStroke

  

|

TObject



CT Web help

CodeTyphon Studio