DesignIntf.IWideProperty.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: WideString;

C++

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

Properties

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

Description

Returns the property's value.

GetValue returns a wide string that represents the value of the property.

See Also