Inserting control into TRichViewEdit
Posted: Wed Feb 14, 2007 8:10 am
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 inserted components?
Can I disable it?
I have to use the tag property at events of the component.
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 inserted components?
Can I disable it?
I have to use the tag property at events of the component.