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