REST.Client.TRESTRequest.AssignedValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AssignedValues: TCustomRESTRequest.TAssignedValues read FAssignedValues write FAssignedValues default 0;

C++

__property AssignedValues = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

AssignedValues specifies which TRESTRequest properties were explicitly assigned. When explicitly assigning a property, AssignedValues reflects it and TRESTRequest uses the assigned property value. Otherwise, it inheritates the corresponding value from TRESTClient.

An item can be either removed or added from AssignedValues:


See Also