TPlusMemo key properties
PlusMemo Help Send comments on this topic.
TPlusMemo key properties

Glossary Item Box

Published properties (run time and design time access)

     ==  Identical to TMemo

 

== Alignment: TAlignment;

   AltFont: TFont;

   ApplyKeywords: Boolean;

   ApplyStartStopKeys: Boolean;

   BackgroundBmp: TPicture;

   CaretWidth: Integer; 

   CollapseHandler: TpmCollapseHandler;

   ColumnWrap: Integer;

   DisplayOnly: Boolean;  

   EnableHotKeys: Boolean;

   EndOfTextMark: TPen;

   HighlightBackgnd: TColor;

   HighlightColor: TColor;

   Highlighter: TPlusHighlighter;

   Justified: Boolean;

   Keywords: TKeywordList;

   LeftMargin: Integer;

   LineBreak: TPlusLineBreak;

   LineHeight: Integer;

== Lines: TString;

   MouseWheelFactor: Integer;

   NullReplacement: Char;

   Options: TPlusMemoOptions;

   Overwrite: Boolean;

   PassOverCodes: Boolean;

   ProgressInterval: Cardinal;

== ReadOnly: Boolean;

   RightLinePen: TPen;

   RightLinePos: Integer;

   RightMargin: Integer;

== ScrollBars: TSc5rollStyle;

   ScrollTime: Integer;

   SelBackColor: TColor;

   SelTextColor: TColor;

   Separators: AnsiString;

   ShowEndParSelected: Boolean;

   ShowNonPrintChars: TpmNonPrintChars;

   SpecUnderline: TPen;

   StartStopKeys: TStartStopKeyList;

   StaticFormat: Boolean;

== TabStops: Integer;

   UndoMaxLevel: Integer;

   UndoMaxSpace: Integer;

   UpdateMode: TpmUpdateMode;

   UpperCaseType: TpmUpperCase;

   Version: string;

== WantTabs: Boolean;

== WordWrap: Boolean;  

   WordWrapChars: string;

 

Public properties (run time access only)

    ==  Identical to TMemo;  Read only

  CanRedo: Boolean;

  CanUndo: Boolean;

  Chars[I: Integer]: Char;

  CaretX: Integer;

  CaretY: Integer;

  CharCount: Integer;

  ColumnBlockSelection: Boolean;

  ColumnBlockXY: TRect;

  CurrentWord: string;

   Delimiters: TSysCharSet;

   Encoding: TEncoding;

   FirstVisibleLine: Integer;

  FormatCompleted: Integer;

  InternalPopup: TPopupMenu;

   LeftOrigin: Integer;

  LineCount: Integer;

  LineHeightRT: Integer;

  LineBase: Integer;

== Modified: Boolean;

  ParagraphCount: Integer;

  Paragraphs: TStrings;

   ParagraphsBackground: TColor;

   ParagraphsForeground: TColor;

   ParagraphsWrapable

  PargrphOffset: Integer;

   SelCol: Integer;

   SelContext: Integer;

   SelLength: Integer;

   SelLine: Integer;

   SelPar: Integer;

   SelStart: Integer;

   SelStyle: TFontStyles;

== SelText: string;

   TopOrigin: Integer;