Data.Cloud.AmazonAPI.TAmazonBatchRow.ReplaceAll

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonBatchRow

Delphi

ReplaceAll: Boolean;

C++

bool ReplaceAll;

Description

Specifies whether existing values in any column can be replaced or not.

ReplaceAll must be True to replace any column content that matches any of the given column names.

Columns can have multiple values. If ReplaceAll is set to False, then any existing values in a column specified here will be preserved, and the new value will simply be added beside the existing value.

See Also