DesignIntf.IWideProperty.GetEditValue

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 GetEditValue(out Value: widestring): Boolean;

C++

virtual bool __fastcall GetEditValue(/* out */ System::WideString &Value) = 0 ;

Description

Returns the edit value, if available.

If the property edit value is available, then GetEditValue sets the Value parameter accordingly and returns True; otherwise GetEditValue returns False.

See Also