FMX.Types.IReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IReadOnly = interface

C++

__interface  INTERFACE_UUID("{495B8B0C-D7C8-4835-AA5F-580939D21444}") IReadOnly  : public System::IInterface

Properties

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

Description

FMX.Types.IReadOnly is used to access to property ReadOnly of all classes which supports this property.

See Also