Bde.DBTables.TBatchMove Properties
InheritedProtected
| AbortOnKeyViol | published | Specifies whether the batch operation is terminated immediately when integrity or key violations occur. |
| AbortOnProblem | published | Specifies whether the batch operation is terminated immediately when it is necessary to truncate data to make it fit in the specified Destination. |
| ChangedCount | public | Indicates the number of records from the Destination table that are altered as a result of the batch operation. |
| ChangedTableName | published | Specifies the name of a local Paradox table that is created to hold copies of all records from the destination table changed by the batch operation. |
| 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. |
| DesignInfo | public | Contains information used by the Form designer. |
| Destination | published | Specifies the TTable object for the database table that is the destination of the batch operation. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| KeyViolCount | public | Reports the number of records which could not be replaced, added, or deleted from Destination because of integrity or key violations. |
| KeyViolTableName | published | Specifies the name of a Paradox table that will be created to contain all records from the Source that cannot participate in the batch operation because of integrity or key violations. |
| Mappings | published | Specifies the column mappings for a batch operation. |
| Mode | published | Specifies what the TBatchMove object does when the Execute method is called. |
| MovedCount | public | Reports the number of records form the Source which were applied to the destination. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ProblemCount | public | Indicates the number of records which could not be added to Destination without loss of data due to a field type mismatch. |
| ProblemTableName | published | Specifies the name of a Paradox table that will be created to contain all records from the Source that contain fields which were trimmed to match the corresponding field type in the Destination table. |
| RecordCount | published | Specifies the maximum number of records that are applied to the Destination when Execute is called. |
| Source | published | Specifies the dataset that is the source of the batch operation. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| Transliterate | published | Specifies whether the data in the Source records should be converted form the locale of the Source to the locale of the Destination when the Execute method is called. |
| VCLComObject | public | Represents information used internally by components that support COM. |