DesignIntf.IWideProperty.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const Value: WideString);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IWideProperty

Description

Sets the property's value.

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

See Also