RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.Value Property

Represents the current value of the property (as returned by GetValue) as a string.

Pascal
property Value: string;
C++
__property AnsiString Value;

Read Value to determine the current property setting as it is displayed in the Object Inspector. Set Value to apply a value to all selected components for which the property is appropriate.  

The Value property is implemented using the GetValue and SetValue methods. Descendants of TPropertyEditor must override these methods to implement the Value property. 

 

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