DesignEditors.TPropertyEditor.GetVisualValue
Delphi
function GetVisualValue: string;
C++
System::UnicodeString __fastcall GetVisualValue();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DesignEditors.pas DesignEditors.hpp |
DesignEditors | TPropertyEditor |
Description
Returns the property value as it appears in the Object Inspector.
GetVisualValue returns the string that the Object Inspector displays to represent the property value. If only one item is selected or all multi-selected items have the same value, GetVisualValue returns the string formatted by GetValue. Otherwise, GetVisualValue returns an empty string.