DesignEditors.TPropertyEditor.SetMethodValue
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: DesignEditors.pas DesignEditors.hpp
| |
Unit: DesignEditors | |
Parent: TPropertyEditor |
Delphi
procedure SetMethodValue(const Value: TMethod);
C++
void __fastcall SetMethodValue(const System::TMethod &Value);
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.