DesignIntf.IWideProperty.GetEditValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditValue(out Value: widestring): Boolean;

C++

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

Properties

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

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