FireDAC.Comp.DataSet.FDCheckStoredUsage
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: FireDAC.Comp.DataSet |
Delphi
function FDCheckStoredUsage(AComponentState: TComponentState;
AUsage: TFDStoredActivationUsage): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall FDCheckStoredUsage(System::Classes::TComponentState AComponentState, TFDStoredActivationUsage AUsage);
Description
Checks whether the stored activation usage corresponds to the state of the component.
FDCheckStoredUsage returns True if the component state and the stored activation usage correspond, and False otherwise.