FireDAC.Stan.Param.TFDParams.IsRefCounted

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDParams

Description

Indicates if there are references to a TFDParams object.

Use the IsRefCounted property to check if there is any reference to the current object.

See Also