RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.GetVisualValue Method

Returns the property value as it appears in the Object Inspector.

Pascal
function GetVisualValue: string;
C++
__fastcall AnsiString GetVisualValue();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!