FireDAC.Stan.Param.TFDMacros.AddRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddRef;

C++

void __fastcall AddRef();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDMacros

Description

Adds a reference to a TFDMacros object.

Use the AddRef method to add a reference to the existing TFDMacros object. Do not use this method directly, it is intended for use inside of the FireDAC code.

See Also