FireDAC.Comp.DataSet.FDCheckStoredUsage
Delphi
function FDCheckStoredUsage(AComponentState: TComponentState; AUsage: TFDStoredActivationUsage): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall FDCheckStoredUsage(System::Classes::TComponentState AComponentState, TFDStoredActivationUsage AUsage);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
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.