Inglês -
I managed to solve:
Português -
Consegui resolver
look:
ultimalinha := RetornaLinha;
image := TImage.Create(Application);
image.Picture.Assign(TBitmap(ImageList[ListaImagens.ItemIndex]));
SRichViewEdit1.RichViewEdit.BeginUndoGroup(rvutInsert);
SRichViewEdit1.RichViewEdit ...
Search found 231 matches
- Fri Jul 24, 2015 11:46 am
- Forum: Support
- Topic: InsertPicture help
- Replies: 5
- Views: 26541
- Fri Jul 24, 2015 11:20 am
- Forum: Support
- Topic: InsertPicture help
- Replies: 5
- Views: 26541
- Thu Jul 23, 2015 8:23 pm
- Forum: Support
- Topic: InsertPicture help
- Replies: 5
- Views: 26541
InsertPicture help
Hello Sergey, see the problem I'm having to use the function InsertPicture:
http://i59.tinypic.com/mt6ts3.png
this is the source code:
procedure TFrmCadEditorRegistro.ListaImagensDblClick(Sender: TObject);
var gr: TGraphic;
var image: TImage;
var ultimalinha: Integer;
begin
inherited ...
http://i59.tinypic.com/mt6ts3.png
this is the source code:
procedure TFrmCadEditorRegistro.ListaImagensDblClick(Sender: TObject);
var gr: TGraphic;
var image: TImage;
var ultimalinha: Integer;
begin
inherited ...
- Thu Jul 09, 2015 8:29 pm
- Forum: Support
- Topic: not save the last page blank
- Replies: 3
- Views: 18993
- Wed Jul 08, 2015 1:38 pm
- Forum: Support
- Topic: not save the last page blank
- Replies: 3
- Views: 18993
not save the last page blank
which command to use to position cursor in row 1 column 1 the last page of text?
After positioning the cursor, make a function to see if that page is blank or spaces to the end?
Objective: Do not allow the User save the text with the last page blank.
thanks
After positioning the cursor, make a function to see if that page is blank or spaces to the end?
Objective: Do not allow the User save the text with the last page blank.
thanks
- Mon Apr 27, 2015 11:31 am
- Forum: Support
- Topic: align pages
- Replies: 6
- Views: 27684
- Fri Apr 24, 2015 8:28 pm
- Forum: Support
- Topic: align pages
- Replies: 6
- Views: 27684
- Thu Apr 16, 2015 1:31 pm
- Forum: Support
- Topic: align pages
- Replies: 6
- Views: 27684
- Tue Apr 14, 2015 5:13 pm
- Forum: Support
- Topic: align pages
- Replies: 6
- Views: 27684
align pages
Hello Sergey,
you can put on odd pages margins aligned to the left, and in the even pages aligned to the right?
It would be a kind of independent margin alignment.
thank you
you can put on odd pages margins aligned to the left, and in the even pages aligned to the right?
It would be a kind of independent margin alignment.
thank you
- Wed Mar 25, 2015 1:04 pm
- Forum: Support
- Topic: problem [urgent]
- Replies: 5
- Views: 25811
- Wed Mar 25, 2015 11:26 am
- Forum: Support
- Topic: problem [urgent]
- Replies: 5
- Views: 25811
- Tue Mar 24, 2015 2:17 pm
- Forum: Support
- Topic: problem [urgent]
- Replies: 5
- Views: 25811
- Tue Mar 24, 2015 2:12 pm
- Forum: Support
- Topic: problem [urgent]
- Replies: 5
- Views: 25811
problem [urgent]
Hello Sergey,
I have a serious problem, this is my original text:
http://i59.tinypic.com/2m6slc8.png
I save the text above in the database, but when you open it is cut:
http://i59.tinypic.com/2m2t3s8.png
I record in a table, where the field is type "image":
http://i60.tinypic.com/2dhh0lh.png ...
I have a serious problem, this is my original text:
http://i59.tinypic.com/2m6slc8.png
I save the text above in the database, but when you open it is cut:
http://i59.tinypic.com/2m2t3s8.png
I record in a table, where the field is type "image":
http://i60.tinypic.com/2dhh0lh.png ...
- Mon Mar 02, 2015 2:35 pm
- Forum: Support
- Topic: RichView for Mobile
- Replies: 1
- Views: 13163
RichView for Mobile
Hello Sergey,
There is a version of Richview for mobile?
There is a version of Richview for mobile?
- Fri Jan 16, 2015 11:36 am
- Forum: Support
- Topic: complete line
- Replies: 3
- Views: 26343
complete line
Hello sergey,
I would like a function that counts how many spaces have until the end of the line to replace it ".:.:.:.:."
Ex.:

I would like a function that counts how many spaces have until the end of the line to replace it ".:.:.:.:."
Ex.:
