System.Rtti.TRttiIndexedProperty.WriteMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WriteMethod: TRttiMethod read GetWriteMethod;

C++

__property TRttiMethod* WriteMethod = {read=GetWriteMethod};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiIndexedProperty

Description

Represents the method used to write the property.

WriteMethod represents the method used internally to set the property elements.

See Also