When you enter an event into object inspector, and hit enter, it takes you
to the source code.  onsomeevent... takes you to..

procedure tsomething.onsomeevent;
begin
end;

It puts the cursor after tsomething.onsomeevent;

Shouldn't the automation put the cursor inbetween begin/end?

Also shouldn't the automation add a blank line between begin/end:
...
begin

end;

Instead of

begin
end;

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to