Data.Cloud.AmazonAPI.TAmazonStorageService.GetRequiredHeaderNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonStorageService

Delphi

function GetRequiredHeaderNames(out InstanceOwner: Boolean): TStrings; override;

C++

virtual System::Classes::TStrings* __fastcall GetRequiredHeaderNames(/* out */ bool &InstanceOwner);

Description

Returns the list of required header names.

GetRequiredHeaderNames is an implementation of the abstract declaration in the parent class. GetRequiredHeaderNames loads FRequiredHeaderNames using the Lazy loading pattern and sets InstanceOwner to False, because this class instance manages the memory for the object.

The method returns the loaded FRequiredHeaderNames.

See Also