FireDAC.Comp.Client.TFDStoredProc

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomStoredProcFireDAC.Comp.Client.TFDRdbmsDataSetFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentTFDStoredProc

Delphi

TFDStoredProc = class(TFDCustomStoredProc)

C++

class PASCALIMPLEMENTATION TFDStoredProc : public TFDCustomStoredProc

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

This class implements a dataset capable of executing server-side stored procedures.

Use TFDStoredProc to execute server-side stored procedures, browse the result sets, and edit the result set records.

See Also