mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 09:57:31 +01:00
* Added EPropertyConvertError class
git-svn-id: trunk@9598 -
This commit is contained in:
parent
a375df54f2
commit
067d1ab582
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user