FireDAC.Comp.Client.TFDCustomCommand Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActivepublicGets or sets the active status of the command.
ActiveStoredUsagepublicControls how to use the Active property value saved to DFM.
BaseObjectNamepublicIdentifies the name of the base object for some of command kinds.
BindedBypublicDetermines how the command is connected to the connection object.
CatalogNamepublicIdentifies the catalog name for some command kinds.
CommandIntfpublicReturns the IFDPhysCommand interface.
CommandKindpublicIdentifies the kind of the command.
CommandTextpublicThe 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.
ConnectionpublicSpecifies the connection object.
ConnectionNamepublicSpecifies 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.
FetchOptionspublicThe set of options to control row fetching.
FixedCommandKindpublicIs True if the value of the CommandKind property is set explicitly.
FormatOptionspublicThe set of options to control the data representation.
MacrospublicThe 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
OverloadpublicOracle 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.
ParamspublicThe collection of parameters for an SQL command.
PreparedpublicGets or sets the command for execution status.
ResourceOptionspublicThe set of options to control the resources' usage.
RowsAffectedpublicReturns the number of rows operated upon by the latest query execution.
SchemaNamepublicIdentifies 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.
TransactionpublicSpecifies a transaction object.
UpdateOptionspublicThe 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.