Datasnap.DSProxyRest.TDSRestClient.FInstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Unit: Datasnap.DSProxyRest
Parent: TDSRestClient

Delphi

FInstanceOwner: Boolean;

C++

bool FInstanceOwner;

Description

Protected field that specifies whether TDSRestClient is instance-owned.

The InstanceOwner property reads the value of the FInstanceOwner field to know whether TDSRestClient is instance-owned.

See Also