REST.Client.TRESTRequestParameter Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
BytespublicReturns the TBytes value when the assigned stream is TBytesStream.
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
ContentTypepublishedSpecifies the content-type for the corresponding PUT or POST request. This property is only applied to PUT or POST request.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
KindpublishedSpecifies the type of this parameter.
NamepublishedSpecifies the parameter name.
OptionspublishedSpecifies additional processing options.
StreampublicReturns the value of a parameter as a stream set by TRESTRequestParameter.SetStream method.
StreamOwnerpublicReturns True when the REST library owns the stream set by the SetStream method.
ValuepublishedSpecifies the parameter value.