DesignEditors.TPropertyEditor.SetStrValue

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 SetStrValue(const Value: string);

C++

void __fastcall SetStrValue(const System::UnicodeString Value);

Description

Changes the property value for every object being edited.

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

See Also