ToolsAPI.Editor.INTACodeEditorEvents.AllowedLineStages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowedLineStages: TPaintLineStages;

Properties

Type Visibility Source Unit Parent
function public ToolsAPI.Editor.pas 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