DesignEditors.TPropertyEditor.SetIntfValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

procedure SetIntfValue(const Value: IInterface);

C++

void __fastcall SetIntfValue(const System::_di_IInterface Value);

Description

Changes the property value for every object being edited.

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

See Also