FMX.ActnList.IActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IActionClient = interface

C++

__interface  INTERFACE_UUID("{4CAAFEEE-73ED-4C4B-8413-8BF1C3FFD777}") IActionClient  : public System::IInterface

Properties

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

Description

Interface used by the framework to access an action in a class.

If a class supports actions, then such class should support the IActionClient interface.

See Also