|
@@ -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;
|