TTMSMCPPersistence.IsAssignableProperty Method
Returns whether the given property is eligible for serialization or deserialization.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPPersistence
Syntax
class function IsAssignableProperty(AObject: TObject; APropInfo: TTMSMCPPropertyInfo): 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.