FMX.Types.IAlignableObject
Delphi
IAlignableObject = interface
C++
__interface INTERFACE_UUID("{420D3E98-4433-4CBE-9767-0B494DF08354}") IAlignableObject : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
IAlignableObject is the interface for alignable objects.
IAlignableObject is an interface that controls how an object is aligned within its parent.
The IAlignableObject methods and properties refer to:
- The object dimensions and position: Height, Width, Left, Top, SetBounds.
- Spaces between the current object and other objects within the same parent: Anchors, Align.
- Spaces between the current object boundaries and its children: Padding.
All FireMonkey controls implement the IAlignableObject interface.