FireDAC.Comp.Client.TFDLocalSQLDataSet.IsValid
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDLocalSQLDataSet |
Delphi
property IsValid: Boolean read GetIsValid;
C++
__property bool IsValid = {read=GetIsValid, nodefault};
Description
Returns True if the dataset may be registered.
Use the IsValid property to check if the dataset may be registered. When DataSet is not nil, ActualName is not necessarily empty.