TcxPropertyEditor.Value Property
In This Article
Provides the string representation of the current property value.
#Declaration
Delphi
property Value: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Determines and specifies the current property value as a string. The string type unifies representation of edited properties of different types in the runtime object inspector.
See Also