DesignIntf.IProperty.GetValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IProperty | |
Delphi
function GetValue: string;
C++
virtual System::UnicodeString __fastcall GetValue() = 0 ;
Description
Returns the property value formatted as a string.
GetValue formats the value of the property, formatted as a string. If the value is not available, GetValue raises an exception.