Datasnap.DSClientMetadata.TDSRestMetaDataProvider.HasProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasProvider: Boolean; override;

C++

virtual bool __fastcall HasProvider();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSRestMetaDataProvider


Description

Returns whether the REST metadata provider actually has a provider.

The HasProvider method returns whether the DataSnap REST metadata provider actually has a provider.

See Also