ToolsAPI.Editor.INTACodeEditorEvents.AllowedLineStages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowedLineStages: TPaintLineStages;

C++

virtual TPaintLineStages __fastcall AllowedLineStages() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorEvents

Description

Specifies the line stages that should be notified by the PaintLine method.

The default behavior is [to be completed]. Override this method to specify another number of line stages.

See Also