Data.Cloud.AmazonAPI.TAmazonObjectResult.IsLatest

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: TAmazonObjectResult

Delphi

IsLatest: Boolean;

C++

bool IsLatest;

Description

Specifies whether the object is the latest version or not.

IsLatest is True if the object is the latest version, and False otherwise.

See Also