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
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDStoredProc = class(TFDCustomStoredProc)

C++

class PASCALIMPLEMENTATION TFDStoredProc : public TFDCustomStoredProc

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