FireDAC.Stan.Param.TFDMacros.IsRefCounted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsRefCounted: Boolean read GetIsRefCounted;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas 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.

See Also