FireDAC.Stan.Intf.PFDDataStoredObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PFDDataStoredObject = ^IFDDataStoredObject;

C++

typedef _di_IFDDataStoredObject *PFDDataStoredObject;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Pointer to an interface.

PFDDataStoredObject is a pointer to the IFDDataStoredObject interface.

See Also