trichview.support
Re: How can i replace a delphi control |
Author |
Message |
shmp |
Posted: 07/21/2005 15:37:51 > I Insert into trichview a delpgi control (ex Tbutton), > how can i replace is to a text (ex the Button's name)? Do you mean the button caption? Naturally on click you can use TButton(Sender).Caption := '??????'; or TButton(Ctrl).Caption on item. Have to get Ctrl though. if item = rvsComponent then ................. Good luck. |
Powered by ABC Amber Outlook Express Converter