Data.DBXCommonIndy.TX509CertificateIndy.FInstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInstanceOwner : Boolean;

C++

bool FInstanceOwner;

Properties

Type Visibility Source Unit Parent
field protected
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX509CertificateIndy

Description

The instance owner flag.

If FInstanceOwner is True, then the instance has ownership of the TIdX509 instance passed into the constructor. If False, then the instance does not have ownership of the specified instance. FInstanceOwner is used when the instance is destroyed.

See Also