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

TReplaceTextEvent

Declaration

Source position: synedit.pp line 175

type TReplaceTextEvent = procedure(

  Sender: TObject;

  const ASearch: string;

  const AReplace: string;

  Line: Integer;

  Column: Integer;

  var ReplaceAction: TSynReplaceAction

) of object;



CT Web help

CodeTyphon Studio