DesignIntf.IWideProperty.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IWideProperty

Delphi

procedure SetValue(const Value: WideString);

C++

virtual void __fastcall SetValue(const System::WideString Value) = 0 ;

Description

Sets the property's value.

SetValue sets the value of the property to the given parameter.

See Also