Search found 2 matches
- Mon Jul 29, 2019 5:05 am
- Forum: Support
- Topic: Right mouse button over empty text item. Access violation.
- Replies: 2
- Views: 12653
- Thu Jul 25, 2019 3:15 am
- Forum: Support
- Topic: Right mouse button over empty text item. Access violation.
- Replies: 2
- Views: 12653
Right mouse button over empty text item. Access violation.
Install component from TRichViewSetup-Pre18.exe and ScaleRichViewSetup-Pre9.exe. Use Delphi XE8.
Create test application:
type
TForm5 = class(TForm)
SRichViewEdit1: TSRichViewEdit;
procedure FormCreate(Sender: TObject);
private
procedure CreateTest;
public
end;
var
Form5: TForm5 ...
Create test application:
type
TForm5 = class(TForm)
SRichViewEdit1: TSRichViewEdit;
procedure FormCreate(Sender: TObject);
private
procedure CreateTest;
public
end;
var
Form5: TForm5 ...