DesignEditors.TPropertyEditor.SetVarValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVarValue(const Value: Variant);

C++

void __fastcall SetVarValue(const System::Variant &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 SetVarValue to change the property setting for every object that can be returned by the GetComponent method. Do not call SetVarValue unless the property can be represented by a variant value. After changing a property value using SetVarValue, it is not necessary to call Modified.

See Also