Hi!
how can i do to rotate an image once i have inserted in a Trichviewedit component?
thanks for your time
Nico
Search found 4 matches
- Tue Aug 22, 2006 1:14 pm
- Forum: Support
- Topic: Rotating images
- Replies: 1
- Views: 8084
- Thu Jul 06, 2006 11:05 pm
- Forum: Support
- Topic: Using of special characters
- Replies: 1
- Views: 8239
Using of special characters
Hi!
I need to to use special characters such as delya, alpha, betta, subindex, superindex.
how can i use them in a TRichViewEdit ?
thanks for your time
I need to to use special characters such as delya, alpha, betta, subindex, superindex.
how can i use them in a TRichViewEdit ?
thanks for your time
- Thu Jul 06, 2006 11:46 am
- Forum: Support
- Topic: Problems with Pchars Tags
- Replies: 2
- Views: 10434
- Wed Jul 05, 2006 12:15 pm
- Forum: Support
- Topic: Problems with Pchars Tags
- Replies: 2
- Views: 10434
Problems with Pchars Tags
Hi! I save information in tags, such as IDs.... RV_CampoTexto.AddNLTag(testName, 5, -1, Integer(StrNew(PAnsiChar('idTest='+inttostr(idTest))))); When i click on a hyperlink, i perform some actions. Thats works perfrect. RV_CampoTexto.GetJumpPointLocation(id,RVData,ItemNo); Tag := PChar(RV_CampoTexto ...