FireDAC.Comp.Client.TFDCommand Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActivepublishedGets or sets the active status of the command.
ActiveStoredUsagepublishedControls how to use the Active property value saved to DFM.
BaseObjectNamepublishedIdentifies the name of the base object for some of command kinds.
BindedBypublicDetermines how the command is connected to the connection object.
CatalogNamepublishedIdentifies the catalog name for some command kinds.
CommandIntfpublicReturns the IFDPhysCommand interface.
CommandKindpublishedIdentifies the kind of the command.
CommandTextpublishedThe text of the SQL command to execute.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
ConnectionpublishedSpecifies the connection object.
ConnectionNamepublishedSpecifies the name of the connection.
DataSetpublicReference to the dataset object owning this command.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
FetchOptionspublishedThe set of options to control row fetching.
FixedCommandKindpublicIs True if the value of the CommandKind property is set explicitly.
FormatOptionspublishedThe set of options to control the data representation.
MacrospublishedThe collection of a macro's substitution variables.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OptionsIntfpublic
OptionsIntfImplprotected
OverloadpublishedOracle stored procedure overload index.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamBindModepublicDetermines the order in which a component’s parameters are assigned to the parameter list for the SQL command in the DBMS.
ParamspublishedThe collection of parameters for an SQL command.
PreparedpublicGets or sets the command for execution status.
ResourceOptionspublishedThe set of options to control the resources' usage.
RowsAffectedpublicReturns the number of rows operated upon by the latest query execution.
SchemaNamepublishedIdentifies name of the schema for some kinds of the command.
SQLTextpublicThe SQL command's text as it is sent to the DBMS.
StatepublicReturns the current state of the command object.
TagpublishedStores a NativeInt integral value as a part of a component.
TransactionpublishedSpecifies a transaction object.
UpdateOptionspublishedThe set of options to control the updates' posting.
ValuespublicProvides access to the values of all parameters in the command.
VCLComObjectpublicRepresents information used internally by components that support COM.