Microsoft
Software
Hardware
Network
Question : How to know when a TMemo's control has had text selected?
I am trying to enable/disable a button & menu item based on whether or not a TMemo's text has been selected
I dont see an event that triggers when text is selected...so how can i trap for it?
Answer : How to know when a TMemo's control has had text selected?
procedure TForm1.Memo1MouseUp(Sender
: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
button1.Enabled := (Sender as TMemo).SelLength > 0;
end;
Random Solutions
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Please help me come up with a specific Linux hard drive imaging process
Somebody knows about this error: delphi Internal Error BC2241 ?
file share
I want to make Liberty reserve API
can't transfare only on zone (on-authoritative answer )
Import vs. link
Question about Exchange 2010 mailbox move.
import product catalog from iceCat to VirtualMart
simplexml-load-string stopped working?