FMX.Types.IContainerObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IContainerObject = interface

C++

__interface  INTERFACE_UUID("{DE635E60-CB00-4741-92BB-3B8F1F29A67C}") IContainerObject  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

IContainerObject is the interface that defines a container object .

IContainerObject methods and properties refer to the container dimensions.

FireMonkey layers, controls, and forms implement the IContainerObject interface.

See Also