Data.Cloud.AmazonAPI.TAmazonListPartsResult.IsTruncated
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonListPartsResult | |
Delphi
property IsTruncated: Boolean read FIsTruncated write FIsTruncated;
C++
__property bool IsTruncated = {read=FIsTruncated, write=FIsTruncated, nodefault};
Description
Specifies whether there are parts that were not returned (set the method to True) or there are no such parts (set the method to False).