Data.Cloud.AmazonAPI.TAmazonStorageService.GetRequiredHeaderNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

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