Search found 5 matches
- Wed Feb 14, 2007 8:10 am
- Forum: Support
- Topic: Inserting control into TRichViewEdit
- Replies: 1
- Views: 9151
Inserting control into TRichViewEdit
I need use TComponent.Tag property in inserted into editor controls. I set in Tag property my value. var cbx: TComboBox; //... cbx.Tag := -1; Then I paste control into editor. rvTemplateForm.InsertControl('',cbx, rvvaBaseline); And control tag has another value. Does trichview use the tag propery of ...
- Tue Nov 14, 2006 10:53 am
- Forum: Support
- Topic: FastReport 3 Wrapper ?
- Replies: 6
- Views: 19627
- Mon Nov 06, 2006 10:10 am
- Forum: Support
- Topic: Disabling of tabulation
- Replies: 1
- Views: 8857
Disabling of tabulation
I've exclude value rvoWantTabs from EditorOptions.
But TRichvieweditor uses it anyway.
Is it a bug or some other properties conflict with it?
But TRichvieweditor uses it anyway.
Is it a bug or some other properties conflict with it?
- Thu Oct 26, 2006 11:40 am
- Forum: Support
- Topic: Insert text at cursor position
- Replies: 6
- Views: 20129
- Thu Oct 26, 2006 8:47 am
- Forum: Support
- Topic: Insert text at cursor position
- Replies: 6
- Views: 20129
Insert text at cursor position
I need to paste some text at cursor position and the cursor should be placed at the end of the placed text. Please explain how i can do it?