ToolsAPI.Editor.TEditorPaintGutterEvent
Delphi
TEditorPaintGutterEvent = procedure(const Rect: TRect; const Stage: TPaintGutterStage;
const BeforeEvent: Boolean; var AllowDefaultPainting: Boolean;
const Context: INTACodeEditorPaintContext) of object;
C++
typedef void __fastcall (__closure *TEditorPaintGutterEvent)(const System::Types::TRect &Rect, const TPaintGutterStage Stage, const bool BeforeEvent, bool &AllowDefaultPainting, const _di_INTACodeEditorPaintContext Context);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | ToolsAPI.Editor.pas ToolsAPI.Editor.hpp |
ToolsAPI.Editor | ToolsAPI.Editor |
Description
Embarcadero Technologies does not currently have any additional information.