- Delphi Programming Projects
- William Duarte
- 234字
- 2021-06-24 14:27:07
TLayout
The FireMonkey components have an owner, parent, and children. If you put any component on a form, it becomes the owner and parent of the component.
Using properties such as Position, Align, Margins, and Padding with anchors, you will turn your app in to a responsive application.
To achieve rich interfaces using TLayout, use more than one layout and the organization properties of the child controls in the layouts.
If everything went well here, you will have a form as shown in the following screenshot:

Try creating new views and see the resulting alignment. This is the basic principle for developing a responsive application in FireMonkey.
If you want to view the format with the screen rotated, there is a button to rotate the screen. With this, you can view the layout on the screen in a different format as shown in the following screenshot:

Look at the different types of layouts and their characteristics. For project types where you need to insert many components, use the ScrollBox so you can have a scrolling effect on your form.
- Learning OpenDaylight
- Linux系統架構與運維實戰
- Kali Linux滲透測試全流程詳解
- Kubernetes網絡權威指南:基礎、原理與實踐
- Mastering KVM Virtualization
- Windows Server 2012網絡操作系統企業應用案例詳解
- Instant Optimizing Embedded Systems using Busybox
- 網絡操作系統管理與應用(第三版)
- OpenStack系統架構設計實戰
- 深入淺出Node.js
- Django Project Blueprints
- AWS SysOps Cookbook
- Hadoop Real-World Solutions Cookbook
- 應急指揮信息系統設計
- Java EE 8 High Performance