Data.DBXCommon.TDBXCommand.IsPrepared

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsPrepared: Boolean read FPrepared;

C++

__property bool IsPrepared = {read=FPrepared, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

La commande est-elle préparée.

Cette propriété est définie sur true si la commande a été préparée, et false sinon.

Voir aussi