English 中文(简体)
我如何在火key工具巴上添加纽子?
原标题:How do I add buttons to a FireMonkey toolbar?

有了10年的发展经验,我无法把新的纽扣在工具包火.上。 谁能帮助我?

问题回答

没有编辑的菜单,可以添加顿语或缝.器,但可以把 but子从工具箱拖到工具桶。 或以表格和新闻F6选择工具栏。 你们想要控制工具棒和新闻的类型。

TToolBar is now simply a container. You must drop your own controls onto it.

为工具Bar增加控制,确保贵工具B以形式选定,在工具Palette中选择儿童控制,然后点击工具Bar中你希望你能看到儿童控制的地方。

Another way to do this is to ensure that the ToolBar is selected and double-click the control in the Tool Palette. Whatever control is selected becomes the parent.

Many of the new FireMonkey UI controls are now simply containers, including TStatusBar.

为在<代码>TStatus Bar上添加一条文字线,您必须加上自己的<代码>TLabel或其他控制。

我发现,在纽特州树立形象的最佳途径是将一个<>条码><>>tmage贴在纽伦和打上<条码>。 TImage sHit rom/code> property.

所有消防队控制都是集装箱,现在可以控制儿童。 或许需要更长时间来召集你的“倡议”,但你具有许多灵活性。

利用<代码>TLayout控制,分解母体控制并调整你的控制。 使用<代码>Margin和Patter/code> 房产以调整间隔。





相关问题
determining the character set to use

my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How convert string to integer in Oxygene

In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...

Quick padding of a string in Delphi

I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...