Show: Delphi
C++
Display Preferences
DesignEditors.TPropertyEditor.GetVisualValue
From XE2 API Documentation
Delphi
function GetVisualValue: string;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | DesignEditors.pas | 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.