DesignEditors.TPropertyEditor.GetVisualValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

function GetVisualValue: string;

C++

System::UnicodeString __fastcall GetVisualValue();

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.

See Also