FireDAC.Comp.BatchMove.TFDBatchMove Properties
InheritedProtected
| Analyze | published | Use the Analyze property to automatically invoke GuessFormat method. |
| AnalyzeSample | published | Use the AnalyzeSample property to specify how many rows from the data source you want to use to recognize the field properties. |
| CommitCount | published | Specifies how many records are batch moved before a commit occurs. |
| 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. |
| DeleteCount | public | Use the DeleteCount property to get the number of successfully deleted records on the destination. |
| 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. |
| ErrorCount | public | Indicates the number of data writing errors on data movement using a TFDBatchMove. |
| InsertCount | public | Use the InsertCount property to get the number of successfully inserted records on the destination. |
| LogFileAction | published | Use the LogFileAction property to control data moving logging. |
| LogFileEncoding | published | Specifies the encoding type. |
| LogFileName | published | Use the LogFileName property to define the location and name of the file where you want to save the data moving log. |
| LogStream | public | Use the LogStream property to assign a custom stream where the logging will be performed. |
| Mappings | published | Use the Mappings property to setup source and destination columns mapping and to get the current source record values. |
| MaxErrors | published | Specifies the maximum number of errors for error handling purposes. |
| Mode | published | Specifies the TFDBatchMove data movement mode. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Options | published | Specifies the data movement options. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ReadCount | public | Use the ReadCount property to get the number of successfully read records from the source. |
| Reader | published | Use the Reader property to assign a data reader. |
| StatisticsInterval | published | Use StatisticsInterval property to specify the sample period for the OnProgress event. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| UpdateCount | public | Use the UpdateCount property to get the number of successfully inserted records on the destination. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| WriteCount | public | Use the WriterCount property to get the number of successfully inserted, updated or deleted records on the destination. |
| Writer | published | Use the Writer property to assign a data writer. |