FireDAC.Comp.Client.TFDCustomMemTable.IsClone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsClone: Boolean read GetIsClone;

C++

__property bool IsClone = {read=GetIsClone, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

Description

Returns True if this dataset is a cloned dataset.

Read the IsClone property to check if this dataset is cloned. Alternatively, the application can read the CloneSource property. If it is not nil, then it refers to the original dataset. 

The property is for the TClientDataSet compatibility.

See Also