ITMSMCPPersistence.CanSaveProperty Method
Determines whether the specified property should be included when saving settings.
API unit family: TMS.MCP.Persistence
Declaring type: ITMSMCPPersistence
Syntax
function CanSaveProperty(AObject: TObject; APropertyName: string; APropertyType: TTypeKind): Boolean;
Parameters
| Name | Description |
|---|---|
AObject |
Object that owns the property. |
APropertyName |
Name of the property to check. |
APropertyType |
RTTI type kind of the property. |
Returns
True to include the property in the saved output; False to skip it.