DesignIntf.IProperty.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: string;

C++

virtual System::UnicodeString __fastcall GetValue() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

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.

See Also