DSAzure.TAzureBlobService.PopulateContainerProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateContainerProperties(Props: TStrings);

C++

void __fastcall PopulateContainerProperties(System::Classes::TStrings* Props);

Properties

Type Visibility Source Unit Parent
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

Description

Populates a list of previously retrieved properties for a container.

PopulateContainerProperties populates the given TStrings with properties that were previously retrieved with GetContainerProperties.

See Also