Data.DBXCommon.TDBXCommand.IsPrepared

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPrepared: Boolean read FPrepared;

C++

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

Properties

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

Description

Is command prepared.

This property is true if the command has been prepared and false otherwise.

See Also