Hi,
I added a bullet list into an existing richview.
Is it possible to parse the first line behind each bullet ( no formatting is needed ) so i can add them into an existing checklist.
Search found 6 matches
- Mon Sep 20, 2010 2:47 pm
- Forum: Support
- Topic: capture the text behind bullets
- Replies: 1
- Views: 8198
- Sun Sep 12, 2010 10:35 am
- Forum: Support
- Topic: align a table created from a tab separated stringlist
- Replies: 3
- Views: 10823
- Sat Sep 11, 2010 4:23 pm
- Forum: Support
- Topic: align a table created from a tab separated stringlist
- Replies: 3
- Views: 10823
align a table created from a tab separated stringlist
Hi,
I was able to create a table using following code
.....
Table := TRVTableItemInfo.CreateEx(Rows, Cols, RVData);
Table.BorderWidth := 0;
Table.CellBorderWidth := 0;
for RowCounter := 0 to Fields.Count-1 do
begin
for ColCounter := 1 to Cols do
begin
Table.Cells[RowCounter,ColCounter-1 ...
I was able to create a table using following code
.....
Table := TRVTableItemInfo.CreateEx(Rows, Cols, RVData);
Table.BorderWidth := 0;
Table.CellBorderWidth := 0;
for RowCounter := 0 to Fields.Count-1 do
begin
for ColCounter := 1 to Cols do
begin
Table.Cells[RowCounter,ColCounter-1 ...
- Mon Mar 23, 2009 2:09 pm
- Forum: Support
- Topic: TRichViewXML : SaveToStream ... LoadFromStream
- Replies: 15
- Views: 45726
- Fri Jan 23, 2009 4:06 pm
- Forum: Support
- Topic: TRichViewXML : SaveToStream ... LoadFromStream
- Replies: 15
- Views: 45726
- Fri Jan 23, 2009 11:08 am
- Forum: Support
- Topic: TRichViewXML : SaveToStream ... LoadFromStream
- Replies: 15
- Views: 45726
TRichViewXML : SaveToStream ... LoadFromStream
Hi,
I'm trying to copy the data from one RichViewEdit to another using RichViewXML.SaveToStream / .. LoadFromStream.
The destination RVE stays empty . How come ??
procedure TForm1.Button1Click(Sender: TObject);
var
aStream : TStringStream ;
aString : String ;
T: TXMLTree;
MainRoot, DocRoot ...
I'm trying to copy the data from one RichViewEdit to another using RichViewXML.SaveToStream / .. LoadFromStream.
The destination RVE stays empty . How come ??
procedure TForm1.Button1Click(Sender: TObject);
var
aStream : TStringStream ;
aString : String ;
T: TXMLTree;
MainRoot, DocRoot ...