* Added EPropertyConvertError class

git-svn-id: trunk@9598 -
This commit is contained in:
michael 2007-12-30 22:03:56 +00:00
parent a375df54f2
commit 067d1ab582

View File

@ -306,7 +306,9 @@ Type
TSetPropValue = Procedure (Instance: TObject; const PropName: string; const Value: Variant);
TGetVariantProp = Function (Instance: TObject; PropInfo : PPropInfo): Variant;
TSetVariantProp = Procedure (Instance: TObject; PropInfo : PPropInfo; const Value: Variant);
EPropertyConvertError = class(Exception); // Not used (yet), but defined for compatibility.
Const
OnGetPropValue : TGetPropValue = Nil;
OnSetPropValue : TSetPropValue = Nil;