Data.Cloud.AzureAPI.TAzureService.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.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureService

Description

Returns the list of required header names.

The GetRequiredHeaderNames method is used to return the list of required header names; no values are returned.

GetRequiredHeaderNames is the implementation of the abstract declaration in the parent class. GetRequiredHeaderNames loads and returns FRequiredHeaderNames. GetRequiredHeaderNames also sets InstanceOwner to False, because this class instance will manage the memory for the object.

Setting the InstanceOwner parameter to False also means that the caller does not own the list.

See Also