DesignIntf.IMethodProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IMethodProperty = interface

C++

__interface  INTERFACE_UUID("{392CBF4A-F078-47E9-B731-0E0B7F1F4998}") IMethodProperty  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Represents a method property.

Implement IMethodProperty in classes that handle method properties, like TMethodProperty, the property editor for all method properties.

See Also