DesignEditors.TPropertyEditor.SetMethodValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMethodValue(const Value: TMethod);

C++

void __fastcall SetMethodValue(const System::TMethod &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

Description

Changes the property value for every object being edited.

Call SetMethodValue to change the property setting for every object that can be returned by the GetComponent method. Do not call SetMethodValue unless the property represents a method. After changing a property value using SetMethodValue, it is not necessary to call Modified.

See Also