ITMSFNCPersistence.CanSaveProperty Method
Determines whether the specified property should be included when saving settings.
API unit family: TMSFNCPersistence
Declaring type: ITMSFNCPersistence
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.