Search found 9734 matches
- Sun May 06, 2007 9:52 am
- Forum: Support
- Topic: Animated Bitmaps
- Replies: 12
- Views: 37848
- Sun May 06, 2007 9:48 am
- Forum: Support
- Topic: TRichView and URL's
- Replies: 2
- Views: 12150
Obviously, it's not possible to detect URLs on typing in TRichView. Because TRichView is not an editor and you cannot type in it. Use TRichViewEdit instead.
As for detecting all URLs in document, procedures ScanURLs and ClearHypertext (from the demo's ScanURLs.pas) can be called both for TRichView ...
As for detecting all URLs in document, procedures ScanURLs and ClearHypertext (from the demo's ScanURLs.pas) can be called both for TRichView ...
- Sat May 05, 2007 8:47 am
- Forum: Support
- Topic: Page Margins
- Replies: 9
- Views: 33087
- Sat May 05, 2007 8:38 am
- Forum: Support
- Topic: Animated Bitmaps
- Replies: 12
- Views: 37848
- Fri May 04, 2007 7:14 pm
- Forum: Support
- Topic: Animated Bitmaps
- Replies: 12
- Views: 37848
- Fri May 04, 2007 4:34 pm
- Forum: Support
- Topic: Do I have as aligning for the left a text...
- Replies: 4
- Views: 13689
- Thu May 03, 2007 5:10 pm
- Forum: Support
- Topic: Copying Table Cell Properties...
- Replies: 11
- Views: 34911
- Thu May 03, 2007 5:01 pm
- Forum: Support
- Topic: Animated Bitmaps
- Replies: 12
- Views: 37848
- Thu May 03, 2007 4:33 pm
- Forum: Support
- Topic: Copying Table Cell Properties...
- Replies: 11
- Views: 34911
- Thu May 03, 2007 4:29 pm
- Forum: Support
- Topic: curItemNo doesn't seem to change
- Replies: 2
- Views: 13208
- Wed May 02, 2007 6:16 pm
- Forum: Support
- Topic: Highlighting Text and Tags
- Replies: 1
- Views: 12789
- Wed May 02, 2007 6:16 pm
- Forum: Examples, Demos
- Topic: [Example] Modification of "Search and Mark" demo
- Replies: 16
- Views: 219944
- Wed May 02, 2007 5:54 pm
- Forum: Support
- Topic: Do I have as aligning for the left a text...
- Replies: 4
- Views: 13689
- Wed May 02, 2007 5:53 pm
- Forum: Support
- Topic: Copying Table Cell Properties...
- Replies: 11
- Views: 34911
Table.InsertRows already uses AssignAttributesFrom for copying cell properties to the inserted rows.
But only cell properties are copied, not cell content. New cells have one empty text item of 0 text style and 0 paragraph style.
Well, in the next update, styles of this text item will be copied too.
But only cell properties are copied, not cell content. New cells have one empty text item of 0 text style and 0 paragraph style.
Well, in the next update, styles of this text item will be copied too.
- Wed May 02, 2007 12:58 pm
- Forum: Support
- Topic: Traversing hyperlinks
- Replies: 8
- Views: 25138