Table of Contents

TTMSFNCDataGridCore.CanSaveProperty Method

Returns True when the named property can be saved during persistence.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

function CanSaveProperty(AObject: TObject; APropertyName: string; APropertyType: TTypeKind): Boolean; virtual;

Parameters

Name Description
AObject Argument used by the operation.
APropertyName Text value used by the operation.
APropertyType Mode or type that controls the operation.

Returns

True when the condition described by the method name is met; otherwise False.