Back to Devexpress

TcxPropertyEditor.SetValue(string) Method

vcl-cxoi-dot-tcxpropertyeditor-dot-setvalue-x28-system-dot-string-x29.md

latest735 B
Original Source

TcxPropertyEditor.SetValue(string) Method

Sets the edited property value.

Declaration

delphi
procedure SetValue(const Value: string); virtual;

Parameters

NameType
Valuestring

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

TcxPropertyEditor Class

TcxPropertyEditor Members

cxOI Unit