mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 07:27:22 +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);
|
TSetPropValue = Procedure (Instance: TObject; const PropName: string; const Value: Variant);
|
||||||
TGetVariantProp = Function (Instance: TObject; PropInfo : PPropInfo): Variant;
|
TGetVariantProp = Function (Instance: TObject; PropInfo : PPropInfo): Variant;
|
||||||
TSetVariantProp = Procedure (Instance: TObject; PropInfo : PPropInfo; const Value: Variant);
|
TSetVariantProp = Procedure (Instance: TObject; PropInfo : PPropInfo; const Value: Variant);
|
||||||
|
|
||||||
|
EPropertyConvertError = class(Exception); // Not used (yet), but defined for compatibility.
|
||||||
|
|
||||||
Const
|
Const
|
||||||
OnGetPropValue : TGetPropValue = Nil;
|
OnGetPropValue : TGetPropValue = Nil;
|
||||||
OnSetPropValue : TSetPropValue = Nil;
|
OnSetPropValue : TSetPropValue = Nil;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user