TcxPropertyEditor.GetValue Method
Returns the string representation of the edited property value.
Declaration
function GetValue: string; virtual;
Returns
Type |
---|
string |
Remarks
Implements the Value property. Descendants override this method in that way they convert the value of the edited property into string.
See Also