DesignIntf.IWideProperty.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also