[Lazarus] Adding a component to a form using keyboard
Ondrej Pokorny
lazarus at kluug.net
Mon Oct 9 10:12:31 CEST 2017
On 09.10.2017 9:58, Lubos Pintes via Lazarus wrote:
> Hello,
> I have a problem to add a button to a form using keyboard. Ctrl+Alt+P,
> write "tbut" to the edit field and press Enter. Nothing was added... why?
>
Because you have to click with a mouse on the form where the button has
to be placed.
Check the "Keep open" checkbox to have the Delphi-behavior (component
placed without a mouse click, the components dialog doesn't close).
Ondrej
More information about the Lazarus
mailing list