ToolsAPI.Editor.TEditorPaintTextEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TEditorPaintTextEvent = procedure(const Rect: TRect; const ColNum: SmallInt; const Text: string;
const SyntaxCode: TOTASyntaxCode; const Hilight, BeforeEvent: Boolean;
var AllowDefaultPainting: Boolean; const Context: INTACodeEditorPaintContext) of object;

C++

typedef void __fastcall (__closure *TEditorPaintTextEvent)(const System::Types::TRect &Rect, const short ColNum, const System::UnicodeString Text, const Toolsapi::TOTASyntaxCode SyntaxCode, const bool Hilight, const bool BeforeEvent, bool &AllowDefaultPainting, const _di_INTACodeEditorPaintContext Context);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor ToolsAPI.Editor

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.