* 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

@ -307,6 +307,8 @@ Type
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;