FMX.Types.IItemsContainer
Delphi
IItemsContainer = interface
C++
__interface INTERFACE_UUID("{100B2F87-5DCB-4699-B751-B4439588E82A}") IItemsContainer : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
IItemsContainer is the interface that defines the way a container accesses its subitems.
IItemsContainer methods and properties refer to the objects within this container.
FireMonkey controls that have subitems--such as menus, list boxes, grids, tab controls, and tree views--implement the IItemsContainer interface.