FireDAC.Comp.BatchMove.TFDBatchMove Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AnalyzepublishedUse the Analyze property to automatically invoke GuessFormat method.
AnalyzeSamplepublishedUse the AnalyzeSample property to specify how many rows from the data source you want to use to recognize the field properties.
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.
DeleteCountpublicUse the DeleteCount property to get the number of successfully deleted records on the destination.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ErrorCountpublicIndicates the number of data writing errors on data movement using a TFDBatchMove.
InsertCountpublicUse the InsertCount property to get the number of successfully inserted records on the destination.
LogFileActionpublishedUse the LogFileAction property to control data moving logging.
LogFileEncodingpublishedSpecifies the encoding type.
LogFileNamepublishedUse the LogFileName property to define the location and name of the file where you want to save the data moving log.
LogStreampublicUse the LogStream property to assign a custom stream where the logging will be performed.
MappingspublishedUse the Mappings property to setup source and destination columns mapping and to get the current source record values.
MaxErrorspublishedSpecifies the maximum number of errors for error handling purposes.
ModepublishedSpecifies the TFDBatchMove data movement mode.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OptionspublishedSpecifies the data movement options.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ReadCountpublicUse the ReadCount property to get the number of successfully read records from the source.
ReaderpublishedUse the Reader property to assign a data reader.
StatisticsIntervalpublishedUse StatisticsInterval property to specify the sample period for the OnProgress event.
TagpublishedStores a NativeInt integral value as a part of a component.
UpdateCountpublicUse the UpdateCount property to get the number of successfully inserted records on the destination.
VCLComObjectpublicRepresents information used internally by components that support COM.
WriteCountpublicUse the WriterCount property to get the number of successfully inserted, updated or deleted records on the destination.
WriterpublishedUse the Writer property to assign a data writer.