Class DelphiLanguage
Represents a class that provides support for Syntax highlighting and Outlining for Delphi language.
Inherited Members
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class DelphiLanguage : ProceduralLanguageBase
Constructors
DelphiLanguage(EditControl)
Initializes a new instance of the DelphiLanguage class.
Declaration
public DelphiLanguage(EditControl control)
Parameters
Type | Name | Description |
---|---|---|
EditControl | control | It represents the EditControl |
Remarks
DelphiLanguage constructor is used to initialize delphi language Formats, Lexem, Name, FileExtension, TextForeground, BlockStart, BlockEnd, ApplyColoring, CaseSensitive, SupportsOutlining and SupportsIntellisense.