GeekArticles
Programming
DelphiEdit commands (cut copy paste) disabled when edit window looses focus
Author: qc.borland.com |
Published: 29th Sep 2005 |
Visited: 485 times |
Add CommentFiled in: DelphiQC#: 11897 Version: 9.0 Status: Closed defect, no action required Resolution: Bug has been fixed Description: Using the embedded designer, Win32 personality, Cut, Copy and Paste commands become disabled when using a custom layout with a non-docked object inspector (and possibly other non docked windows) and the object inspector receives focus.
Read Article Sponsored Links
Related Articles
• How to run functions wich execute DML commands ? I am using LUA to write an application that should run some Oracle functions that need parameters, and also execute inserts or update DML commands. Is there any way of running these functions without using a select (function) command ?
I was thinki ...