FMX.ActnList.IIsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IIsChecked = interface

C++

__interface  INTERFACE_UUID("{DE946EB7-0A6F-4458-AEB0-C911122630D0}") IIsChecked  : public System::IInterface

Properties

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

Description

The IIsChecked interface provides access to the IsChecked property for controls that can be checked.

Implement IIsChecked for controls that can be checked.

See Also