FireDAC.Comp.Client.TFDCustomCommand Properties
InheritedProtected
| Active | public | Gets or sets the active status of the command. |
| ActiveStoredUsage | public | Controls how to use the Active property value saved to DFM. |
| BaseObjectName | public | Identifies the name of the base object for some of command kinds. |
| BindedBy | public | Determines how the command is connected to the connection object. |
| CatalogName | public | Identifies the catalog name for some command kinds. |
| CommandIntf | public | Returns the IFDPhysCommand interface. |
| CommandKind | public | Identifies the kind of the command. |
| CommandText | public | The text of the SQL command to execute. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Connection | public | Specifies the connection object. |
| ConnectionName | public | Specifies the name of the connection. |
| DataSet | public | Reference to the dataset object owning this command. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FetchOptions | public | The set of options to control row fetching. |
| FixedCommandKind | public | Is True if the value of the CommandKind property is set explicitly. |
| FormatOptions | public | The set of options to control the data representation. |
| Macros | public | The collection of a macro's substitution variables. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| OptionsIntf | public | |
| OptionsIntfImpl | protected | |
| Overload | public | Oracle stored procedure overload index. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ParamBindMode | public | Determines the order in which a component’s parameters are assigned to the parameter list for the SQL command in the DBMS. |
| Params | public | The collection of parameters for an SQL command. |
| Prepared | public | Gets or sets the command for execution status. |
| ResourceOptions | public | The set of options to control the resources' usage. |
| RowsAffected | public | Returns the number of rows operated upon by the latest query execution. |
| SchemaName | public | Identifies name of the schema for some kinds of the command. |
| SQLText | public | The SQL command's text as it is sent to the DBMS. |
| State | public | Returns the current state of the command object. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| Transaction | public | Specifies a transaction object. |
| UpdateOptions | public | The set of options to control the updates' posting. |
| Values | public | Provides access to the values of all parameters in the command. |
| VCLComObject | public | Represents information used internally by components that support COM. |