FireDAC.Stan.Param.TFDMacros.IsRefCounted
Delphi
property IsRefCounted: Boolean read GetIsRefCounted;
C++
__property bool IsRefCounted = {read=GetIsRefCounted, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacros |
Description
Indicates whether there are references to a TFDMacros object.
Use the IsRefCounted property to check if there is any reference to the current object. An application should not use this property directly, it is primarily intented to use inside of the FireDAC code.