On Wed, 29 Sep 1999, Dennis Chuah wrote:

> > 1. CTRL-Y yanks text to the windows clipboard.
> I would like to vote otherwise:  Ctrl+Y kills the line!

Ewps, I meant ctrl-k-y - which yanks/kills the block.

> Use Ctrl+K - V, or use drag and drop.  Highlight the word, drag it with the
> mouse to where you want to move it.

I've always hated that click-n-drag moving of text.... my finger always
lets off the mouse by accident :P

> procedure MyComponent.SetEnableSecurity (Value: Boolean);
> begin
>   FEnableSecurity := Value;
>   if not FEnableSecurity then
>     ShowMessage ('Warning: MySecurityComponent1.EnableSecurity is off.');
> end;

Yeh well, if you have that in about 5-6 places, different components with
different warnings/messages, it would soon get irratating.  And be more in
that way than anything else.  I would see this ability much like a
property editor, but we could call it a property constrainer, or
something.  Or it could even be an extension of the property editor itself
(which I actually think would be a good place for it).


-- 
Mark Derricutt                     | Chalice of Blood
Software Developer                 | New Zealand Christian Music News
Auckland, New Zealand              | http://www.chalice.gen.nz
[EMAIL PROTECTED]                | UIN: 1934853

Getting jiggy with Days of the New - Days of the New

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to