TcxPropertyEditor.SetValue(string) Method
In This Article
Sets the edited property value.
#Declaration
Delphi
procedure SetValue(const Value: string); virtual;
#Parameters
Name | Type |
---|---|
Value | string |
#Remarks
Implements the Value property. This method has empty implementation. Descendants override this method in that way they convert the value identified by the Value parameter as a string into appropriate type of the edited property value.
See Also