Unit 'RTFView' Package
[Overview][Types][Classes][Index] [#pl_richview]

TRTFView

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: rtfview.pas line 81

type TRTFView = class(TCustomRichView)

protected

  function GetCredits; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromFile();

  

  property ChkPoints: TStringlist; [r]

  

published

  property Align;

  

  property AllowSelection: Boolean;

  

  property Anchors;

  

  property BackgroundBitmap: TBitmap;

  

  property BackgroundStyle: TBackgroundStyle;

  

  property DefaultForeColor: TColor; [rw]

  

  property DefaultBackColor: TColor; [rw]

  

  property FirstJumpNo: Integer;

  

  property HelpContext;

  

  property LeftMargin: Integer;

  

  property MaxTextWidth: Integer;

  

  property MinTextWidth: Integer;

  

  property PopupMenu;

  

  property RightMargin: Integer;

  

  property SingleClick: Boolean;

  

  property TabOrder;

  

  property TabStop;

  

  property Tracking: Boolean;

  

  property Visible;

  

  property VScrollVisible: Boolean;

  

  property OnClick;

  

  property OnJump: TJumpEvent;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnResized: TNotifyEvent;

  

  property OnRVDblClick: TRVDblClickEvent;

  

  property OnRVMouseMove: TRVMouseMoveEvent;

  

  property OnRVRightClick: TRVRightClickEvent;

  

  property OnSaveComponentToFile: TRVSaveComponentToFileEvent;

  

  property OnSelect: TNotifyEvent;

  

  property OnURLNeeded: TRVURLNeededEvent;

  

  property OnVScrolled: TNotifyEvent;

  

end;

Inheritance

TRTFView

  

|

TCustomRichView

  

|

TRVScroller

  

|

TObject



CT Web help

CodeTyphon Studio