ITMSFNCPersistence.CanLoadProperty Method
Determines whether the specified property should be applied when loading settings.
API unit family: TMSFNCPersistence
Declaring type: ITMSFNCPersistence
Syntax
function CanLoadProperty(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 apply the loaded value to the property; False to skip it.