FMX.BufferedLayout.TCustomBufferedLayout
Delphi
TCustomBufferedLayout = class(TLayout)
C++
class PASCALIMPLEMENTATION TCustomBufferedLayout : public Fmx::Layouts::TLayout
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.BufferedLayout.pas FMX.BufferedLayout.hpp |
FMX.BufferedLayout | FMX.BufferedLayout |
Description
A layout is a container for other graphical objects.
FMX.BufferedLayout.TCustomBufferedLayout inherits from FMX.Layouts.TLayout. All content below this line refers to FMX.Layouts.TLayout.
A layout is a container for other graphical objects.
Use the layouts when you need to organize multiple graphical controls under the same parent.
For instance, you can use these layouts when you need to create rich FireMonkey applications with many graphical controls that are grouped on the same layer. You can set the visibility of all the controls on a layout at once by affecting the visibility of the layout.