FMX.Types.IContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IContent = interface

C++

__interface  INTERFACE_UUID("{96E89B94-2AD6-4AD3-A07C-92E66B2E6BC8}") IContent  : public System::IInterface

Properties

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

Description

Interface that defines the content of a control.

Implement IContent in classes that represent the content of another control.

See Also