Unit 'SynEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_synedit]

TSynScrollOnEditOptions

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

Declaration

Source position: synedit.pp line 391

type TSynScrollOnEditOptions = class(TPersistent)

protected

  FCurrentDistance: Integer;

  

  FCurrentColumns: Integer;

  

public

  constructor Create;

  

  procedure Assign(); override;

  

  procedure SetDefaults; virtual;

  

  property OnChange: TNotifyEvent; [rw]

  

  property KeepBorderDistance: Integer; [rw]

  

  property KeepBorderDistancePercent: Integer; [rw]

  

  property ScrollExtraColumns: Integer; [rw]

  

  property ScrollExtraPercent: Integer; [rw]

  

  property ScrollExtraMax: Integer; [rw]

  

end;

Inheritance

TSynScrollOnEditOptions

  

|

TObject



CT Web help

CodeTyphon Studio