FireDAC.Comp.Client.TFDCustomMemTable.IsClone

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

property IsClone: Boolean read GetIsClone;

C++

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

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