Bde.DBTables.TBatchMove Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AbortOnKeyViolpublishedSpecifies whether the batch operation is terminated immediately when integrity or key violations occur.
AbortOnProblempublishedSpecifies whether the batch operation is terminated immediately when it is necessary to truncate data to make it fit in the specified Destination.
ChangedCountpublicIndicates the number of records from the Destination table that are altered as a result of the batch operation.
ChangedTableNamepublishedSpecifies 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.
CommitCountpublishedSpecifies how many records are batch moved before a commit occurs.
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.
DesignInfopublicContains information used by the Form designer.
DestinationpublishedSpecifies the TTable object for the database table that is the destination of the batch operation.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
KeyViolCountpublicReports the number of records which could not be replaced, added, or deleted from Destination because of integrity or key violations.
KeyViolTableNamepublishedSpecifies 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.
MappingspublishedSpecifies the column mappings for a batch operation.
ModepublishedSpecifies what the TBatchMove object does when the Execute method is called.
MovedCountpublicReports the number of records form the Source which were applied to the destination.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ProblemCountpublicIndicates the number of records which could not be added to Destination without loss of data due to a field type mismatch.
ProblemTableNamepublishedSpecifies 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.
RecordCountpublishedSpecifies the maximum number of records that are applied to the Destination when Execute is called.
SourcepublishedSpecifies the dataset that is the source of the batch operation.
TagpublishedStores a NativeInt integral value as a part of a component.
TransliteratepublishedSpecifies 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.
VCLComObjectpublicRepresents information used internally by components that support COM.