FireDAC.Phys.ADS.TFDADSUtility

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ADS.TFDADSServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDADSUtility
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: FireDAC.Phys.ADS

Delphi

TFDADSUtility = class(TFDADSService)

C++

class PASCALIMPLEMENTATION TFDADSUtility : public TFDADSService

Description

The class implementing Advantage table utilities.

Use the TFDADSUtility component to add the database table utilities to an application, such as zap, pack, or reindex a table. 

To use an utility, an application should do the following:

See Also