Unit 'o32flxed' Package
[Overview][Types][Classes][Index] [#pl_orpheus]

TO32EditLines

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

Declaration

Source position: o32flxed.pas line 71

type TO32EditLines = class(TPersistent)

protected

  FlexEdit: TO32CustomFlexEdit;

  

  FMaxLines: Integer;

  

  FDefaultLines: Integer;

  

  FFocusedLines: Integer;

  

  FMouseOverLines: Integer;

  

  procedure SetDefaultLines();

  

  procedure SetMaxLines();

  

  procedure SetFocusedLines();

  

  procedure SetMouseOverLines();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

published

  property MaxLines: Integer; [rw]

  

  property DefaultLines: Integer; [rw]

  

  property FocusedLines: Integer; [rw]

  

  property MouseOverLines: Integer; [rw]

  

end;

Inheritance

TO32EditLines

  

|

TObject



CT Web help

CodeTyphon Studio