Data.Win.ADODB.TADOCommand.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TADOCommand(System::Classes::TComponent* AOwner);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOCommand

Description

Crée une instance d'un composant commande ADO.

Utilisez Create pour instancier par code un composant commande ADO. Les composants commande ajoutés dans le concepteur de fiche sont créés automatiquement.

Create :

Voir aussi