TcxPropertyEditor.IsDefaultValue Method
In This Article
Tests if the edited property value is default value.
#Declaration
Delphi
function IsDefaultValue: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
Returns True if the edited property value is default value. Some descendants override this method based on the type of the edited property they bound to.
See Also