TTMSFNCPersistence.IsAssignableProperty Method
Returns whether the given property is eligible for serialization or deserialization.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCPersistence
Syntax
class function IsAssignableProperty(AObject: TObject; APropInfo: TTMSFNCPropertyInfo): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AObject |
The object that owns the property. |
APropInfo |
The property descriptor to check. |
Returns
True if the property should be included in persistence operations.