[DUG] Copy and Paste
John Bird
johnkbird at paradise.net.nz
Tue Oct 25 10:07:39 NZDT 2005
Even if I use one of the copy/paste aware controls, ideally what I want to
do is to allow users to drag and select over a range of the screen. That is
give the user the freedom to select and copy whatever they want as though
they were in a text document/email/word document etc...
eg to pick up a name and 3 address lines in one selection.
These are in 4 different controls, so I don't think I can do that anyway
with any normal components....
John
-----Original Message-----
From: Rohit Gupta [mailto:rohit at cfl.co.nz]
Sent: Tuesday, 25 October 2005 10:18 a.m.
To: johnkbird at paradise.net.nz; NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Copy and Paste
For Data, you should be using StaticText. Labels are not for
dynamic information. I still dont know if Copy/Paste will work... but it
is the more appropriate component for your purpose.
From: "John Bird" <johnkbird at paradise.net.nz>
To: "'NZ Borland Developers Group - Delphi List'" <delphi at ns3.123.co.nz>
Subject: [DUG] Copy and Paste
Date sent: Fri, 21 Oct 2005 16:02:46 +1300
Organization: John Bird Consulting
Send reply to: johnkbird at paradise.net.nz,
NZ Borland Developers Group - Delphi List <delphi at ns3.123.co.nz>
<mailto:delphi-request at ns3.123.co.nz?subject=unsubscribe>
<mailto:delphi-request at ns3.123.co.nz?subject=subscribe>
With data displayed in labels on a form or data displayed in
stringlists (read only) there seems no way to use the clipboard to
copy and paste data. Is there a way around this, or to allow a copy
and paste option do I have to either (i) put the data in the clipboard
programmatically or (ii) use a different control to display data.
John
Regards
Rohit
====================================================
==================
CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New
Zealand
PH (649) 489-2280
FX (649) 489-2290
email rohit at cfl.co.nz or r.gupta at xtra.co.nz
====================================================
==================
More information about the Delphi
mailing list