FireDAC.Comp.Client.TFDCustomStoredProc.DescriptionsAvailable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DescriptionsAvailable: Boolean;

C++

bool __fastcall DescriptionsAvailable();

Properties

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

Description

Determines if the parameter information is available in the stored procedure on the server.

Call DescriptionsAvailable to determine if a stored procedure on a server can return parameter information to the application. If DescriptionsAvailable returns True, the parameter information is available on the server. If DescriptionsAvailable returns False, the parameter information is not available.

See Also