I want to know how to make user can make a table and text in one line,please give me an idea?
thank you!
Search found 4 matches
- Sun Oct 29, 2006 10:26 am
- Forum: Support
- Topic: Ask a questions
- Replies: 1
- Views: 8559
- Mon Sep 11, 2006 3:01 am
- Forum: Support
- Topic: Resize a control in RichViewEdit with mouse
- Replies: 1
- Views: 10312
Resize a control in RichViewEdit with mouse
I don't know why it can't resize,please help me. I am sure:
not including rvoNoImageResize RichViewEdit.Editoptions
What do i shoud do
var
pnl:TPanel;
begin
pnl:=TPanel.Create(self);
Pnl.BevelInner := bvNone;
Pnl.BevelOuter := bvNone;
// Inserting in TRichViewEdit
RichViewEdit1 ...
not including rvoNoImageResize RichViewEdit.Editoptions
What do i shoud do
var
pnl:TPanel;
begin
pnl:=TPanel.Create(self);
Pnl.BevelInner := bvNone;
Pnl.BevelOuter := bvNone;
// Inserting in TRichViewEdit
RichViewEdit1 ...
- Thu Aug 17, 2006 2:31 am
- Forum: Support
- Topic: Ask how to use OnDrawBorder of tables
- Replies: 2
- Views: 10997
- Thu Aug 03, 2006 2:10 am
- Forum: Support
- Topic: Ask how to use OnDrawBorder of tables
- Replies: 2
- Views: 10997
Ask how to use OnDrawBorder of tables
I write code,but it doesn't work,delphi doesn't execute doDrawBorder.
//Create the table
procedure TForm1.mitInserttable1Click(Sender: TObject);
var table: TRVTableItemInfo;
r,c: Integer;
begin
table := TRVTableItemInfo.CreateEx(4,3, RichViewEdit1.RVData);
table.OnDrawBorder:=DoDrawBorder ...
//Create the table
procedure TForm1.mitInserttable1Click(Sender: TObject);
var table: TRVTableItemInfo;
r,c: Integer;
begin
table := TRVTableItemInfo.CreateEx(4,3, RichViewEdit1.RVData);
table.OnDrawBorder:=DoDrawBorder ...