DesignIntf.IWideProperty.GetValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IWideProperty | |
Delphi
function GetValue: WideString;
C++
virtual System::WideString __fastcall GetValue() = 0 ;
Description
Returns the property's value.
GetValue returns a wide string that represents the value of the property.